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 dcc5353 commit 83efec5Copy full SHA for 83efec5
vpr/src/place/place.cpp
@@ -2854,7 +2854,7 @@ int check_macro_placement_consistency() {
2854
2855
static t_physical_tile_type_ptr pick_highest_placement_priority_type(t_logical_block_type_ptr logical_block, int num_needed_types, int* free_locations) {
2856
auto& device_ctx = g_vpr_ctx.device();
2857
- auto physical_tiles = device_ctx.physical_tile_types;
+ auto& physical_tiles = device_ctx.physical_tile_types;
2858
2859
// Loop through the ordered map to get tiles in a decreasing priority order
2860
for (auto& physical_tiles_ids : logical_block->physical_tiles_priority) {
0 commit comments