We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7269055 commit a5cc9efCopy full SHA for a5cc9ef
vpr/src/route/router_lookahead_cost_map.h
@@ -100,7 +100,7 @@ class CostMap {
100
///<delta locations that fall outside of a segment's bounding box.
101
///<The penalty map is addressed as follows penalty_[0][segment_index]
102
103
- size_t seg_count_; ///<Total segment count in the architecture
+ size_t seg_count_ = 0; ///<Total segment count in the architecture
104
105
/**
106
* @brief Get penalty delay for a segment type
0 commit comments