Hi, I would like to know: 1. If I have several cir...
# magic
j
Hi, I would like to know: 1. If I have several circuits designed in different magic files, is there any command to be able to call them in a single design? and 2. is there a way to call the devices involved in a spice file? something similar to cadence?
r
try this
1. Cell > Place Instance then select the magic file you want to include in your design for 2 just do ext2spice hierarchy on and then do ext2spice
t
What do you mean specifically by "call"? If you mean how to instance another file into a design, then use the
getcell
command. If that .mag file originates from a different directory, use the
addpath
command. For generating SPICE netlists, if you mean how to make the device instance name be something specific, then there is an obscure method to place a label on the device gate with text starting with
^
followed by the instance name of the device.