flamingo
Member level 4
Hi, friends: We can export the CDL netlist from Cadance, like:
M*** d g s b PV W=10u L=2u M=1
R*** net1 net2 NumberOfsheet $[SR]
But CDL netlist can't be simulated directly using Hspice, we must find and replace. Does there exit method to export the Hspice netlist that can be recognzied directly by Hspice simulator without any modulation. I use the cadance integrated environment, and want to export the MOS model and resistor's Length, width, model, just like:
M*** d g s b model_name W L AD AS PD PS M
resistor is in the form of subckt like:
XR*** net1 net2 Model_name Width Length
And i want to know other's design flow, thank you in advance.
M*** d g s b PV W=10u L=2u M=1
R*** net1 net2 NumberOfsheet $[SR]
But CDL netlist can't be simulated directly using Hspice, we must find and replace. Does there exit method to export the Hspice netlist that can be recognzied directly by Hspice simulator without any modulation. I use the cadance integrated environment, and want to export the MOS model and resistor's Length, width, model, just like:
M*** d g s b model_name W L AD AS PD PS M
resistor is in the form of subckt like:
XR*** net1 net2 Model_name Width Length
And i want to know other's design flow, thank you in advance.