We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5d1d0 commit 2a1028cCopy full SHA for 2a1028c
1 file changed
src/ram/src/ram.cpp
@@ -572,6 +572,7 @@ void RamGen::generate(const int bytes_per_word,
572
int max_x_coord = ram_grid.getRowWidth();
573
574
block_->setDieArea(odb::Rect(0, 0, max_x_coord, max_y_coord));
575
+ block_->setCoreArea(block_->computeCoreArea());
576
}
577
578
} // namespace ram
0 commit comments