Merge remote-tracking branch 'parallax/master'

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2024-05-30 09:46:04 -07:00
commit e01d3f163f
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ getProperty(const LibertyCell *cell,
else if (stringEqual(property, "dont_use"))
return PropertyValue(cell->dontUse());
else if (stringEqual(property, "area"))
return PropertyValue(cell->area());
return PropertyValue(cell->area(), sta->units()->scalarUnit());
else
throw PropertyUnknown("liberty cell", property);
}