How to simulate Y-parameter by HSPICE
时间:04-04
整理:3721RD
点击:
Hi
I would like to simulate all y-parameters(y11,y12,y21,y22) for MOS by using HSPICE (v2016.06-SP1). I found 2-methods from the web, but the result is different, I would like to know whether any of it is correct?
Thanks!
Kelvin
I would like to simulate all y-parameters(y11,y12,y21,y22) for MOS by using HSPICE (v2016.06-SP1). I found 2-methods from the web, but the result is different, I would like to know whether any of it is correct?
Code PHP - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 *method-1 xm1 d g s b nfet w=1e-6 l=3e-9 vd d 0 dc vdd vs s 0 vb b 0 vg g 0 dc vgg ac 0.01 .ac lin 10 1e9 1e10 .net i(vd) vg rout=50 rin=50 .print ac y11(r) y11(i) y12(r) y12(i) y21(r) y21(i) y22(r) y22(i) *method-2 xm1 d g s b nfet w=1e-6 l=3e-9 vs s 0 vb b 0 p1 g 0 port=1 dc=vgg z0=50 p2 d 0 port=2 dc=vdd z0=50 .ac lin 10 1e9 1e10 .lin .print ac y11(r) y11(i) y12(r) y12(i) y21(r) y21(i) y22(r) y22(i)
Thanks!
Kelvin
method-1 is correct.
You have to insert DC-block between port and DUT in method-2.
And you have to feed voltage bias via bias-feed like very large inductor.
If you would like to use method-2, set up like followings.
http://www.designers-guide.org/Forum...40322183/26#26
https://www.edaboard.com/thread354623-2.html#32
simulate parameter HSPICE 相关文章:
- How can I simulate tapping point in ADS?
- how they simulate this 3 stages amplifier?
- Measured and simulated reflection coefficient s11 comparison
- How to simulate CMOS switche capacitor for converter (DC -DC ) in ADS
- How to simulate very high meshcell in CST
- S parameter extraction for MOSFET internal parameters