they are both extracting as that size, despite bei...
# magic
w
they are both extracting as that size, despite being drawn as 30x32um
t
Okay, that's odd. Let me check the POR circuit extraction. . .
Ah, did you use
ext2spice lvs
? Is there a
.option scale
line in the netlist output?
w
I think this is because I did not flatten my netlist?
I was verifying my cap was correct, so I was typing things in by hand instead of running my script.
Oh, yah, thats totally it. I missed the lvs line.
Sorry for the bother
t
The actual option (which is part of
ext2spice lvs
) is
ext2spice scale off
and prevents magic from writing its own scalefactor, which conflicts with SkyWater's built-in scalefactor.