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

gEDA-user: ngspice problems



Hi folks,

I'm doing some simulations using ngspice, but I'm having a couple of problems. 

If I use hspice (on the university solaris boxen), I get *.tr* for my 
transient plots, which I can scp to my home box and view with gwave. 
ngspice does not produce these files. How do I ask it for them?

Second problem:


sr@polaris:~/meng_project$ ngspice rectifier1.sp -b

Circuit: RECTIFIER TEST CIRCUIT

Segmentation fault
sr@polaris:~/meng_project$


I don't think this should happen, am I missing something?

OS: Slackware Linux 10.1, ng-spice-rework-15, 
geda-gnetlist-20041228-i386-1
geda-symbols-20041228-i386-1
libgdgeda-2.0.15-i386-1
libgeda-20041228-i386-1


Thanks in advance,

Steven



very simple test file I've been using:

RECTIFIER TEST CIRCUIT
* By Steven Robson, 17/02/2005

* Circuit Netlist
* AC Input
*VAC 1 2 SIN(0 200 50)
*VAC 1 2 AC 200 0
VAC 1 2 AC 200 SIN 0 200 50 0 0 0
* Diode Bridge
D1 1 4 PWRD1
D2 2 4 PWRD1
D3 0 1 PWRD1
D4 0 2 PWRD1
* Load resistance
ROUT 4 0 100
* End of Netlist

* Very Simple Diode Model
.MODEL PWRD1 D

* Simulations to perform
.TRAN 1000NS 0.2 

.PLOT TRAN V(4) V(1, 2) V(1) V(2)

.END