Note the update of xcircuit to 3.1.16.

The source for version 3.1 contains the first official release of the
Tcl/Tk-based version of xcircuit.  At this time , everything in the
original program has been implemented in the Tk GUI. The Tcl version
has the greatest amount of command-line control, and can be run
exclusively from the command line (e.g., from a script).  A
command-line argument "-exec" has been added to facilitate running
xcircuit in "batch mode".

Starting with version 3.1 revision 10, XCircuit has been made an
official part of the EDA environment including Magic, IRSIM, Netgen,
and Tclspice.  Revision 10 addresses interoperability among these
applications, including use of XCircuit in conjunction with Magic for
Layout-vs.-Schematic (LVS) verification.  A Magic tutorial on using
XCircuit, Magic, and Netgen together for LVS is in the works. Note
that this EDA environment requires that all applications be compiled
with Tcl/Tk.

From this point, the embedded Python interpreter interface will not be
further  developed,  except  for essential bug fixes and such.
This commit is contained in:
jtb 2003-07-10 08:07:38 +00:00
parent c269582771
commit dc5d4f6c9a

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.2711 2003/07/09 21:15:43 jmmv Exp $
$NetBSD: CHANGES,v 1.2712 2003/07/10 08:07:38 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@ -2713,3 +2713,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated icewm to 1.2.9 [jmmv 2003-07-09]
Updated icewm-gnome to 1.2.9 [jmmv 2003-07-09]
Updated icewm-imlib to 1.2.9 [jmmv 2003-07-09]
Updated xcircuit to 3.1.16 [jtb 2003-07-09]