Netlist extraction from HFSS

Status
Not open for further replies.

sarge

Full Member level 3
Joined
Dec 29, 2009
Messages
187
Helped
56
Reputation
112
Reaction score
55
Trophy points
1,308
Activity points
2,170
Currently, I'm trying to start work with HFSS software.

I did simple stripline and I want to export it's model to cadence virtuoso. I can export it by s2p file and use it with nport, but I want to get it in a netlist view too.
So, I found there are two able spice netlist types: full wave spice and lumped element low bandwidth netlist (by the way, is there any ability to specify for which frequency netlist is generated?). The second one is usual spice netlist and I can import it in cadence without any problem.
I'm wondering how to use first one in cadence simulations? It is looks like this:

Code:
subckt Strip_line_Full ( 1 2 )
Vam1 ( 1 n2 ) vsource type=dc dc=0
Rport1 ( n2 0 ) resistor r=50 isnoisy=no
Vam2 ( 2 n4 ) vsource type=dc dc=0
Rport2 ( n4 0 ) resistor r=50 isnoisy=no 

...

There are port's resistance into netlist, what I should do if I want to check this stripline with sp analysis in cadence (where port already has resistance)?
 
Last edited:

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