You MUST use these parameters inside your spice deck to control your
simulation's supply voltage, capacitor values, and input voltage. You
can see an example in:
http://robotics.eecs.berkeley.edu/~pister/140sp08/project/vga%20with%20params.sp
This should actually make your testing a little easier.
It will alsow allow me to quickly vary the supply, gain, and input,
and verify the performance that your documentation claims.
ksjp
> your name in the filename, e.g. pister140project.sp
> The second line of the spice deck MUST be of the form:
> .param Vsup=5.5v C2val=1p C1val='16*C2val' input='0.4/16'
> (obviously you can change the C2val to be whatever you want)
>
> You MUST use these parameters inside your spice deck to control your
> simulation's supply voltage, capacitor values, and input voltage. You
> can see an example in:http://robotics.eecs.berkeley.edu/~pister/140sp08/project/vga%20with%...