<#159 Magic crashes uppon parasitics extraction> N...
# openlane-development
g
#159 Magic crashes uppon parasitics extraction New issue created by Unkraut3 Hello, I have a design and would like to extract the parasitics. The design is contained in the following file: tia.zip. The top cell is tia_core.mag. The commands given to magic are:
set NAME [cellname list self]; select top cell; flatten "[list $NAME]_flat"; load "[list $NAME]_flat"; select top cell;
extract do resistance; extract all; ext2sim labels on; ext2sim; extresist tolerance 10;
extresist all;
The last command causes the crash. RTimothyEdwards/magic