Hi Wolfgang, I ran into the same problem some weeks ago. The answer is YES, it works.
Look into gnet-spice-sdb.scm. At the end of this file you will find the function: "spice-sdb:write-netlist". Depending on the "device" attribute, the component is written. For example the function "spice-sdb:write-mos-transistor" has all parameters (w, l, as, ...) you need. If you need a example symbol from my library, let me know. Peter On Monday 15 December 2003 19:20, wolfgang buesser wrote: > In integrated circuit design most primitives (e.g. > MOS, BJT, resistors ...) are scalable and thus take > parameters like W,L,AD,AS,PD,PS,AREA, ... > These parameters should appear in the spice netlist. > Is there a simple way to add additional attributes to > a symbol and have them netlisted by spice-sdb > (preferrably in the form name=value). > (Combining everything into a single long string and > entering this as "value" is not an attractive > solution). > > Thanks > Wolfgang > > __________________________________ > Do you Yahoo!? > New Yahoo! Photos - easier uploading and sharing. > http://photos.yahoo.com/ -- --
