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 3690af8 commit a6c8688Copy full SHA for a6c8688
vpr/src/place/net_cost_handler.h
@@ -122,9 +122,9 @@ class NetCostHandler {
122
123
private:
124
///@brief Specifies whether the bounding box is computed using cube method or per-layer method.
125
- bool cube_bb_ = false;
+ bool cube_bb_;
126
///@brief Determines whether the FPGA has multiple dies (layers)
127
- bool is_multi_layer_ = false;
+ bool is_multi_layer_;
128
///@brief A reference to the placer's state to be updated by this object.
129
PlacerState& placer_state_;
130
///@brief Contains some parameter that determine how the placement cost is computed.
0 commit comments