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 d18fc4f commit c5178e4Copy full SHA for c5178e4
vpr/src/place/placer_context.h
@@ -104,7 +104,7 @@ struct PlacerMoveContext : public Context {
104
vtr::vector<ClusterNetId, std::vector<t_2D_bb>> layer_bb_coords;
105
106
// [0..cluster_ctx.clb_nlist.nets().size()-1]. Store the number of blocks on each layer ()
107
- vtr::vector<ClusterNetId, std::array<int, 5>> num_sink_pin_layer;
+ vtr::vector<ClusterNetId, std::array<int, MAX_NUM_LAYERS>> num_sink_pin_layer;
108
109
// The first range limit calculated by the anneal
110
float first_rlim;
0 commit comments