friends:
I have the hspice license, and I want to export netlist with hspice in virtuso.
But the exported netlist miss parameters, like below:
.subckt nvlv IN OUT VDD VSS
xm0 VDD OUT IN VDD pmoslvt m=pPar("nfp")
xm1 VSS OUT IN VSS nmoslvt m=pPar("nfn")
.ends nvlv
$****************************************************************************
$ Main Circuit Netlist:
$
$ Block: test1
$ Last Time Saved: Jul 1 13:45:09 2022
$****************************************************************************
xi7 Dd Db VDD VSS nvlv
---
correct content should like this:
.subckt nvlv IN OUT VDD VSS ln=10 wn=20
xm0 VDD OUT IN VDD pmoslvt m=pPar("nfp") l=ln w=n
xm1 VSS OUT IN VSS nmoslvt m=pPar("nfn")
.ends nvlv
---------------
export steps:
0. open a schematic
1. click "Launch" -- "Plugins" -- "Simulation" -- "Other"
Simulation option will appear in the top menu
2. click "Simulation" -- "Initialize" , open the initialize environment window and set the run dirctory
3. click "Simulation" -- "Netlist/Simulate..." , it will popup "netlist and simulate" windows,
click "Simulator Name" and select hspice ,at last, click " ok or "apply" , netlist will be generated but miss parameters.
---
I watched some netlist related videos, they all use ADE, but we don't have this license at the moment, so I can try it ,
ADE is neccessary?
Thanks very much.