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 e57cda9 commit 207e485Copy full SHA for 207e485
vpr/src/place/place.cpp
@@ -1433,7 +1433,7 @@ static e_move_result try_swap(const t_annealing_state* state,
1433
crit_params.crit_limit = placer_opts.place_crit_limit;
1434
1435
e_move_type move_type = e_move_type::UNIFORM; //move type number
1436
- t_logical_block_type move_blk_type; //blk type that is chosen to be moved by the agent
+ t_logical_block_type move_blk_type; //blk type that is chosen to be moved by the agent
1437
1438
num_ts_called++;
1439
0 commit comments