Hi, when i try to extresist, i get this issues and...
# sky130
h
Hi, when i try to extresist, i get this issues and no resistance are extracted in .spice, any idea?
t
I don't know if this is the issue, but make sure you only run
extresist
on a flattened design, because the extraction method does not properly understand hierarchy.
h
How could i do that?
t
From the design you want to extract, do something like
flatten cellname_flat ; load cellname_flat
and then complete the extraction steps with the new cell
cellname_flat
.