Skip to content

Commit 2a1028c

Browse files
committed
ram: set the core area
Signed-off-by: Matt Liberty <[email protected]>
1 parent 1b5d1d0 commit 2a1028c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ram/src/ram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ void RamGen::generate(const int bytes_per_word,
572572
int max_x_coord = ram_grid.getRowWidth();
573573

574574
block_->setDieArea(odb::Rect(0, 0, max_x_coord, max_y_coord));
575+
block_->setCoreArea(block_->computeCoreArea());
575576
}
576577

577578
} // namespace ram

0 commit comments

Comments
 (0)