I have the following questions regarding the following program:
I am trying to simulate a simple inverter but iam not getting a raw
file for some reason. Iam using spice3 for linux. Any ideas. Also,
some of the programs Iam running are genearating a raw file but I
cannot see any node voltages. Any ideas how to see the node voltages
in a text file format.
*SIMPLE RTL INVERTER
..tran 5ns 100ns
VCC 4 0 5
VIN 1 0 PULSE 0 5 1NS 1NS 1NS 15NS
*VIN 1 0 sin(0 0.1 5meg) ac 1
RB 1 2 10K
Q1 3 2 0 Qn1
RC 3 4 1K
.MODEL Qn1 NPN (bf=80 rb=100 ccs=2pf tf=0.3ns tr=6ns cje=3pf
cjc=2pf
+ va=50)
..opt acct list node lvlcod=2
..include models.mod
*.DC VIN 0 5 0.1
..plot tran v(1)
..print dc v(1)
..print ac vm(1)
..print tran v(1)
..plot tran v(3)
..print dc v(3)
.end