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"))
|
else if (stringEqual(property, "dont_use"))
|
||||||
return PropertyValue(cell->dontUse());
|
return PropertyValue(cell->dontUse());
|
||||||
else if (stringEqual(property, "area"))
|
else if (stringEqual(property, "area"))
|
||||||
return PropertyValue(cell->area());
|
return PropertyValue(cell->area(), sta->units()->scalarUnit());
|
||||||
else
|
else
|
||||||
throw PropertyUnknown("liberty cell", property);
|
throw PropertyUnknown("liberty cell", property);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue