Hi guys, i'm having some issue with the RC extraction on Magic. The extraction only returns Cthreshs...
h
Hi guys, i'm having some issue with the RC extraction on Magic. The extraction only returns Cthreshs, but any resistor. I run:
# Full RC Extract
extract do local
extract all
ext2sim labels on
ext2sim
extresist tolerance 10
extresist
ext2spice lvs
ext2spice cthresh 0.01
ext2spice extresist on
ext2spice
Any idea?
m
Did you flatten your layout before extracting? magic only extracts parasitic resistors correctly if the layout has been flattened. Does this help? https://open-source-silicon.slack.com/archives/C04MJUYP99V/p1689785390857849
t
@Hugo Dias: See Ahmed Reda's post in the #magic channel on August 6. There was a bug in magic that has since been fixed. You can either update magic to the latest version or use
ext2spice -p .
instead of
ext2spice
as a workaround.
🙌 1