Merge remote-tracking branch 'parallax/master'

Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
Matt Liberty
2024-05-30 09:46:04 -07:00
+1 -1
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);
}