[cadence:hspiceD] subckt netlist -parameter passing problem

Status
Not open for further replies.

forestgim

Newbie level 2
Joined
Mar 2, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
cadence symbol hspiced

I use hspiceD simulator for generating hspice netlist( IC5141 ).

My netlist has a big problem in subckt definition.

I want like below

-----------------------------------------------------------------------------------

.subckt inv_p a y inh_vdd inh_vss pw=default_value nw=default_value

-----------------------------------------------------------------------------------

but netlist is generated like below

-------------------------------------------------------------------------------------

.subckt inv_p a y inh_vdd inh_vss

------------------------------------------------------------------------------------

****************************************
in schematic, I declare "w" as pPar("pw")

and symbol has pw CDF property

******************************************
 

parameters do not show on the .subckt row, but the width of mosfet should be replaced with the value of pw.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…