Skip to content

Commit e06b192

Browse files
committed
removed extra log print
1 parent 2c38e77 commit e06b192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3728,7 +3728,6 @@ static void load_uniform_connection_block_pattern(vtr::NdMatrix<int, 6>& tracks_
37283728
int pin_fc = Fc[pin][seg_index];
37293729

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

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

0 commit comments

Comments
 (0)