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.
2 parents eab2aeb + 32987bf commit 2dc0d03Copy full SHA for 2dc0d03
vpr/src/place/move_utils.cpp
@@ -71,7 +71,6 @@ e_block_move_result find_affected_blocks(t_pl_blocks_to_be_moved& blocks_affecte
71
VTR_ASSERT_SAFE(b_from);
72
73
int imacro_from;
74
- ClusterBlockId curr_b_from;
75
e_block_move_result outcome = e_block_move_result::VALID;
76
77
auto& place_ctx = g_vpr_ctx.placement();
vpr/src/place/timing_place.cpp
@@ -55,7 +55,6 @@ void PlacerCriticalities::update_criticalities(const SetupTimingInfo* timing_inf
55
last_crit_exponent_ = crit_params.crit_exponent;
56
}
57
58
- ClusterBlockId crit_block;
59
auto& place_move_ctx = g_placer_ctx.mutable_move();
60
61
/* Performs a 1-to-1 mapping from criticality to timing_place_crit_.
0 commit comments