I am using QRC with LVS Extracted View output in order to generate the circuit netlist from the layout.
The netlist (created with ADE-L) is the reported below. However I would like to add a custom extra line in a given subckt section (i.e I0 (net1 net2) myblock) to include an additional parasitic model for my MEMS simulation.
Is there a method for adding such a line in a spectre netlist (i.e. nlPrintComment netlister ....)?
Thanks,
Pietro
// Library name: test
// Cell name: diode_Test_Top
// View name: av_extracted
// Inherited view list: spectre cmos_sch schematic veriloga ahdl
subckt diode_Test_Top D G S Sub
avD218_3 (NW2 I1\|net11) iprobe
avD218_2 (NW1 I1\|net11) iprobe
avD218_1 (SUBSUB Sub) iprobe
TO ADD: I0 (net1 net2) myblock
\#7cI1\|avD201_5 (Sub I1\|net11) nwdiode area=2.35472e-10 \
perimeter=0.00012938 dbv=0.0 m=1
\#7cI1\|avD201_4 (Sub I1\|net11) nwdiode area=6.4e-11 perimeter=3.2e-05 \
dbv=0.0 m=1
....
....
ends diode_Test_Top
// End of subcircuit definition.