Hello there,

With the 3.4 series, I was able to generate spice netlists with this tcl script
---------------------------------------------------------------------
package require Tk
load   /usr/lib/xcircuit-3.6/xcircuit.so
source /usr/lib/xcircuit-3.6/wrapper.tcl

::xcircuit::start
::xcircuit::page load $project.ps
::xcircuit::netlist write sim
::xcircuit::netlist write spice
---------------------------------------------------------------------

Now with the 3.6.163 version and tk-8.5.7-2.fc12.i686, the same script
fails with


wish ../scripts/extract.tcl schematic invertor
Error in startup script: bad option ".dialog.textent.title.field":
must be make, type, insert, justify, flipinvariant, visible, font,
scale, encoding, style, family, substring, text, latex, list, replace,
or position
    while executing
"label .dialog.${dframe}.title.field -text ${textline} -bg beige"
    (procedure "xcircuit::makedialogline" line 11)
    invoked from within
"xcircuit::makedialogline textent "Select file to load:""
    (file "/usr/lib/xcircuit-3.6/wrapper.tcl" line 1108)
    invoked from within
"source /usr/lib/xcircuit-3.6/wrapper.tcl"
    ("schematic" arm line 4)
    invoked from within
"switch -exact $tool {
    schematic {
        load   /usr/lib/xcircuit-3.6/xcircuit.so
        source /usr/lib/xcirc..."

Has anything changed with this automated way of spice netlists extract ?

Can you please add something to the 3.6 series such that those lines
under a tclsh
---
package require Tk
load   /usr/lib/xcircuit-3.6/xcircuit.so
source /usr/lib/xcircuit-3.6/wrapper.tcl
----

can be replaced by

package require Xcircuit

Thank you,
Kind regards,
Chitlesh
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to