Skip to content

Commit 9b785fa

Browse files
tnguy19maliberty
andauthored
Update dbu_per_um
Co-authored-by: Matt Liberty <matt.liberty@gmail.com> Signed-off-by: Thinh Nguyen <114105118+tnguy19@users.noreply.github.com>
1 parent 45bd586 commit 9b785fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ram/src/ram.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ void RamGen::ramPdngen(const char* power_pin,
466466
int hor_pitch)
467467
{
468468
const odb::Rect& die = block_->getDieArea();
469-
const double dbu_per_um = block_->getDb()->getTech()->getDbUnitsPerMicron();
469+
const double dbu_per_um = block_->getDb()->getDbuPerMicron();
470470

471471
if (die.dy() < hor_pitch) {
472472
logger_->error(RAM,

0 commit comments

Comments
 (0)