Skip to content

Commit a12b89b

Browse files
remove movable_blocks and movable_blocks_per_type member vars from PlacementContext
1 parent c0bb730 commit a12b89b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vpr/src/base/vpr_context.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,6 @@ struct PlacementContext : public Context {
362362
*/
363363
void unlock_loc_vars() { VTR_ASSERT_SAFE(!loc_vars_are_accessible_); loc_vars_are_accessible_ = true; }
364364

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-
371365
/**
372366
* @brief Compressed grid space for each block type
373367
*

0 commit comments

Comments
 (0)