[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: gnet-spice-sdb.scm
User: sdb
Date: 07/01/09 09:45:41
Modified: . gnet-spice-sdb.scm
Log:
Added SPICE-NPN and SPICE-PNP to dispatch list.
Revision Changes Path
1.20 +5 -1 eda/geda/gaf/gnetlist/scheme/gnet-spice-sdb.scm
(In the diff below, changes in quantity of whitespace are not shown.)
Index: gnet-spice-sdb.scm
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/scheme/gnet-spice-sdb.scm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gnet-spice-sdb.scm 11 Apr 2006 18:34:30 -0000 1.19
+++ gnet-spice-sdb.scm 9 Jan 2007 14:45:34 -0000 1.20
@@ -1,4 +1,4 @@
-;;; $Id: gnet-spice-sdb.scm,v 1.19 2006/04/11 18:34:30 cnieves Exp $
+;;; $Id: gnet-spice-sdb.scm,v 1.20 2007/01/09 14:45:34 sdb Exp $
;;;
;;; gEDA - GNU Electronic Design Automation
;;; gnetlist - GNU Netlist
@@ -1563,8 +1563,12 @@
(spice-sdb:write-nmos-transistor package port))
( (string=? device "PNP_TRANSISTOR")
(spice-sdb:write-pnp-bipolar-transistor package port))
+ ( (string=? device "SPICE-PNP")
+ (spice-sdb:write-pnp-bipolar-transistor package port))
( (string=? device "NPN_TRANSISTOR")
(spice-sdb:write-npn-bipolar-transistor package port))
+ ( (string=? device "SPICE-NPN")
+ (spice-sdb:write-npn-bipolar-transistor package port))
( (string=? device "PFET_TRANSISTOR")
(spice-sdb:write-pfet-transistor package port))
( (string=? device "NFET_TRANSISTOR")
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs