Travis Jakl
02/21/2025, 4:50 AMTim Edwards
02/21/2025, 2:12 PMidentify
command (e.g., select the instance and type identify x14
.
Note that subcircuits will still get a preceding x
when written to SPICE, so an instance named x14
will be component xx14
in SPICE. Cell names in GDS cannot begin with a digit (at least in some versions of the GDS spec), so the instance cannot be named simply 14
.
If you seed a layout from a schematic netlist using the import SPICE
menu function, then cell instances will automatically be named according to what's in the schematic (which is probably how your instances got the names x1
, etc., to begin with). You can re-import a schematic netlist such that if the netlist has gained or changed components, the layout will get updated with the revised components (I'm sure there are lots of ways to confuse the routine that tries to figure out how the netlist has changed, so make a backup copy first!). If you are just making a simple change and/or don't trust the netlist re-import mechanism, then manually changing the instance names with the identify
command is the way to go.