Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top