Hello all, sorry for upping this discussion, but I have found a related annoyance. I have a cell A, which instantiate a cell B, which instantiate cell C. I use my netlist procedure only to netlist instances of C. If I netlist and instance of A without using my procedure (so I use schematic view for C in A's config view), I get this: subckt C a b inh_lSup R0 (b a) resistor r=1k C0 (a inh_lSup) capacitor c=1p ends C subckt B a b inh_lSup I3 (a b inh_lSup) C ends B I3 (P1 P2 VSS!) B but if I use my procedure to netlist C (so I use customnetlist view in A's config view) I get this: subckt B a b include "C_definition.spi" I3 (a b inh_lSup ) C ends B I3 (P1 P2) B I assume my procedure is not telling the default netlister that C needs inh_lSup and the definition of subcircuit B does not include it. I defined 3 terminals for C using dbCreateTerm and, in this case, inh_lSup is an inherited supply. Thank you and best regards, Patrik
↧