Matthew Ottersen
09/20/2023, 8:59 PMMitch Bailey
09/20/2023, 10:16 PMLeonardo Gomes
09/20/2023, 10:17 PMTim Edwards
09/21/2023, 12:49 AMTim Edwards
09/21/2023, 12:55 AMMatthew Ottersen
09/21/2023, 7:53 AMMitch Bailey
09/21/2023, 8:37 AMMatthew Ottersen
09/21/2023, 2:33 PMTim Edwards
09/21/2023, 3:43 PMMitch Bailey
09/21/2023, 10:43 PMMatthew Ottersen
09/26/2023, 11:37 PMMitch Bailey
09/27/2023, 1:31 AMOpAmp5T
subckt of OpAmp5T_ext.spice
and OpAmp5T.spice
the same? If not, you might want to either add properties to the layout pins that order the pins in the way you want or rearrange the pins in the schematic symbol to match the layout (layout defaults to alphabetical, I think). There is a pinnumber
(I think) property that you can set on the each symbol pin, but I think you can also text edit the *.sym
file to list the pins in order. Without the pin number property, the output subckt pins are in the same order they appear in the *.sym
file. For top level subcircuits which don’t have symbols, other processing is probably required.Matthew Ottersen
09/27/2023, 2:18 AM