mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 02:38:22 +02:00
Merge remote-tracking branch 'parallax/master'
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user