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 c0bb730 commit a12b89bCopy full SHA for a12b89b
vpr/src/base/vpr_context.h
@@ -362,12 +362,6 @@ struct PlacementContext : public Context {
362
*/
363
void unlock_loc_vars() { VTR_ASSERT_SAFE(!loc_vars_are_accessible_); loc_vars_are_accessible_ = true; }
364
365
- ///@brief Stores ClusterBlockId of all movable clustered blocks (blocks that are not locked down to a single location)
366
- std::vector<ClusterBlockId> movable_blocks;
367
-
368
- ///@brief Stores ClusterBlockId of all movable clustered of each block type
369
- std::vector<std::vector<ClusterBlockId>> movable_blocks_per_type;
370
371
/**
372
* @brief Compressed grid space for each block type
373
*
0 commit comments