Open vijayank88 opened 1 year ago
Has read_liberty already having variable CORNERS with https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/scripts/read_liberty.tcl , is possible to update the flow to run for multi corner at a same time?
read_liberty
CORNERS
I tried to use export CORNERS = "BC WC" but still flow taking default setup from platform config.mk.
export CORNERS = "BC WC"
Then found, in platform variable used is CORNER and flow script it is used as CORNERS.
CORNER
So which one is correct?
I have changed name to CORNER and flow failed during the creation of merged.lib itself for asap7 platform.
merged.lib
Is there WIP in this enablement?
No response
What pdk are you trying this with?
Note the yosys/abc don't support multiple corners afaik.
Tried with asap7 pdk. Later customer wants to implement the same to private PDK.
Description
Has
read_liberty
already having variableCORNERS
with https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/scripts/read_liberty.tcl , is possible to update the flow to run for multi corner at a same time?I tried to use
export CORNERS = "BC WC"
but still flow taking default setup from platform config.mk.Then found, in platform variable used is
CORNER
and flow script it is used asCORNERS
.So which one is correct?
I have changed name to
CORNER
and flow failed during the creation ofmerged.lib
itself for asap7 platform.Is there WIP in this enablement?
Suggested Solution
No response
Additional Context
No response