P
Paul
Guest
Hello
Two resistor instances (A & B) of the same device in a schematic
For simulation I want to netlist only instance
For CDL out, I want to netlist A &
i.e. For simulation, I only want to netlist A
For CDL out, I want to netlist both A & B
I have already tried the suggestion posted here "To netlist a device for CDL but not for simulation". After I make "ignore" view and create a config view with the hierarchy editor, the subckt name (rnpoly) and the parameters (RL= RW=) are missing
The auCdl netlist is as follow
.SUBCKT rnpoly MINUS PLUS rl=2 rw=
RR0 PLUS MINUS 190*rl/(rw-6.2e-3
.END
XR6 vcc! net16
The auCdl netlist I want i
.SUBCKT rnpoly MINUS PLUS rl=2 rw=
RR0 PLUS MINUS 190*rl/(rw-6.2e-3
.END
XR6 vcc! net16 rnpoly rl=10 rw=
Could you be generous to help please?
Two resistor instances (A & B) of the same device in a schematic
For simulation I want to netlist only instance
For CDL out, I want to netlist A &
i.e. For simulation, I only want to netlist A
For CDL out, I want to netlist both A & B
I have already tried the suggestion posted here "To netlist a device for CDL but not for simulation". After I make "ignore" view and create a config view with the hierarchy editor, the subckt name (rnpoly) and the parameters (RL= RW=) are missing
The auCdl netlist is as follow
.SUBCKT rnpoly MINUS PLUS rl=2 rw=
RR0 PLUS MINUS 190*rl/(rw-6.2e-3
.END
XR6 vcc! net16
The auCdl netlist I want i
.SUBCKT rnpoly MINUS PLUS rl=2 rw=
RR0 PLUS MINUS 190*rl/(rw-6.2e-3
.END
XR6 vcc! net16 rnpoly rl=10 rw=
Could you be generous to help please?