Skip to content

Commit 9bcad70

Browse files
author
Nathan Shreve
committed
Fixed error in record()
1 parent 2f10ec5 commit 9bcad70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/lookahead_profiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void LookaheadProfiler::record(int iteration,
9090
ClusterBlockId cluster_block_id = atom_to_cluster(atom_block_id);
9191
sink_cluster_block_[sink_inode] = g_vpr_ctx.clustering().clb_nlist.block_type(cluster_block_id);
9292

93-
tile_types_[sink_inode] = physical_tile_type(cluster_block_id);
93+
tile_types_[sink_inode] = physical_tile_type(atom_block_id);
9494
}
9595

9696
VTR_ASSERT_SAFE(sink_atom_block_.find(sink_inode) != sink_atom_block_.end());

0 commit comments

Comments
 (0)