[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: Re: how to start simulation



Markus Feldmann wrote:
> hey people,
> 
> i don't know whether you get my email before.
> However here comes my Problem again,
> I created a circuit with gschem.
> Then i run,
> gnetlist -g spice-sdb myfile.sch
> It did generated a file named output.net
> How can i run a simulation now?
> Which command have i to execute?
> 
> mfg Markus
> 

My circuit consists of an vpulse source, resistor and ground.
here is my schematic file,
#################################
v 20060123 1
C 64700 48700 1 90 0 resistor-2.sym
{
T 64400 48900 5 10 1 1 90 0 1
refdes=RL
T 64700 48700 5 10 1 0 0 0 1
value=10k
}
N 60400 49800 60400 50400 4
N 60400 50400 64600 50400 4
N 64600 50400 64600 49600 4
N 60400 48600 60400 47600 4
N 60400 47600 64600 47600 4
N 64600 47600 64600 48700 4
C 62300 46900 1 0 0 gnd-1.sym
N 62400 47200 62400 47600 4
C 60100 48600 1 0 0 vpulse-1.sym
{
T 60800 49250 5 10 1 1 0 0 1
refdes=Vpulse
T 60800 49050 5 10 1 1 0 0 1
value=pulse 0 1 10n 10n 100n 1u 2u
}
#################################