Skip to content

Commit

Permalink
removed extra log print
Browse files Browse the repository at this point in the history
  • Loading branch information
saaramahmoudi committed Jul 23, 2024
1 parent 2c38e77 commit e06b192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpr/src/route/rr_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,6 @@ static void load_uniform_connection_block_pattern(vtr::NdMatrix<int, 6>& tracks_
int pin_fc = Fc[pin][seg_index];

VTR_ASSERT(pin_fc % group_size == 0);
VTR_LOG("pin %d, side %d, width %d, height %d, layer %d, pin_fc %d\n", pin, side, width, height, layer, pin_fc);

/* Bi-directional treats each track separately, uni-directional works with pairs of tracks */
for (int j = 0; j < (pin_fc / group_size); ++j) {
Expand Down

0 comments on commit e06b192

Please sign in to comment.