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

gEDA-bug: [ geda-Bugs-2881436 ] gnetlist: spice-sdb: incorrect sorting



Bugs item #2881436, was opened at 2009-10-19 00:48
Message generated for change (Tracker Item Submitted) made by sergey-feo
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=2881436&group_id=161080

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: sergey (sergey-feo)
Assigned to: Nobody/Anonymous (nobody)
Summary: gnetlist: spice-sdb: incorrect sorting

Initial Comment:
(Excuse me for my bad English)

Software version: gEDA-gaf-1.5.4.tar.gz

I attach archive with files:
y-page1.sch - scheme in gschem
output.net - netlist created with command gnetlist -s -g spice-sdb ./y-page1.sch

This netlist is incorrect for gnucap 2009.09.28 RCS 26.124.

Error 1.

command 
gnucap -b ./output.net > ./1.dat
gives error
D1: can't find: qwerty

This error is because gnucap want .model before component that requires this model.
gnetlist -s -g spice-sdb  places .model after components and this is incorrect behaviour.

Error 2. 

Please try to move .model directive in netlist to the place before components.
Re-run gnucap and see 1.dat.

You will see error 2: 1.dat contains time but not voltages and not currents.

This is becase gnucap requires .print before .tr.
gnetlist -s -g spice-sdb  places .print after .tr and this is incorrect behaviour.

Please try to place .print above .tr and re-run gnucap. You will get 1.dat contains all needed vectors.

-------------------
Regards, Sergey

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=2881436&group_id=161080


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug