hbchens
Junior Member level 3
hspice parametric analysis
I am the beginner of hspice simulator.These is a common-source circuit.
It's hspice netlist as follows:
*common source
*circuit*
m1 d1 g1 0 b1 nmos1 l=2u w=80u
rd vdd d1 1k
.model nmos1 nmos level=3
*source*
Vdd vdd 0 dc 5v
vsin g1 0 sin(1.8v 10mv 1k 0 0 0)
*analysis*
.tran 1u 2ms
.dc vsin 0 5 1m
.probe v(d1)
.end
I want to know how does the variety of rd affect the output of v(d1).But how to use parametric sweeping on rd with hspice?
I am the beginner of hspice simulator.These is a common-source circuit.
It's hspice netlist as follows:
*common source
*circuit*
m1 d1 g1 0 b1 nmos1 l=2u w=80u
rd vdd d1 1k
.model nmos1 nmos level=3
*source*
Vdd vdd 0 dc 5v
vsin g1 0 sin(1.8v 10mv 1k 0 0 0)
*analysis*
.tran 1u 2ms
.dc vsin 0 5 1m
.probe v(d1)
.end
I want to know how does the variety of rd affect the output of v(d1).But how to use parametric sweeping on rd with hspice?