issue34 get_property liberty_cell area
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
e5e33ccb0d
commit
49c713e493
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue