Arman Avetisyan
08/30/2021, 1:46 PMMitch Bailey
08/30/2021, 2:18 PMflow.tcl -design digital_pll -drc -report drc.out -gds ../gds/digital_pll.gds -magicrc $PDK_ROOT/sky130A/libs.tech/magic/sky130A.magicrc -tech $PDK_ROOT/sky130A/libs.tech/magic/sky130A.tech
Tim Edwards
08/31/2021, 1:37 AMArman Avetisyan
08/31/2021, 5:35 AMMitch Bailey
08/31/2021, 5:39 AMmagic -dnull -noc
will print the version and enter a simple interactive interface - use exit
to quit.Arman Avetisyan
08/31/2021, 6:08 AMMitch Bailey
08/31/2021, 7:28 AMError: Ran out of space for device type
in older versions may be more of a warning than a fatal error. Magic will still extract most device types correctly. The error was referring to number of devices defined in the rule file exceeding magic's internal device array limit. I think it just ignored them.Tim Edwards
08/31/2021, 1:18 PMTim Edwards
08/31/2021, 1:23 PMrthresh 0
is meaningless, because lumped resistance is used only by IRSIM. -f ngspice
is already implied by ext2spice lvs
. If you want parasitic resistances in your output, you need a more complicated script that uses the extresist
command (but which currently will not correctly extract capacitors, bipolars, and diodes, and which I am working on a fix right now).Arman Avetisyan
08/31/2021, 1:31 PM