[Lunar-commits] r18174 - moonbase/trunk/science/tkgate

Dennis Veatch stumbles at lunar-linux.org
Tue Jan 17 22:46:15 UTC 2006


Author: stumbles
Date: 2006-01-17 22:46:13 +0000 (Tue, 17 Jan 2006)
New Revision: 18174

Modified:
   moonbase/trunk/science/tkgate/BUILD
   moonbase/trunk/science/tkgate/DETAILS
Log:

 Fixed bug causing potential self-transitions on register outputs
 Fixed bug in searching for auxilary files used by the simulator.
 Improved command-line printing capabilities.
 Fixed problem with very long clock cycle times.

and more.



Modified: moonbase/trunk/science/tkgate/BUILD
===================================================================
--- moonbase/trunk/science/tkgate/BUILD	2006-01-17 22:20:05 UTC (rev 18173)
+++ moonbase/trunk/science/tkgate/BUILD	2006-01-17 22:46:13 UTC (rev 18174)
@@ -1,8 +1,9 @@
 ( 
+
    ./configure $OPTS &&
-   sedit "s,MAXWENDS		128,MAXWENDS		1024," src/tkgate/verilog.c &&
    make &&
    prepare_install &&
    make install &&
    make install.man
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/science/tkgate/DETAILS
===================================================================
--- moonbase/trunk/science/tkgate/DETAILS	2006-01-17 22:20:05 UTC (rev 18173)
+++ moonbase/trunk/science/tkgate/DETAILS	2006-01-17 22:46:13 UTC (rev 18174)
@@ -1,12 +1,21 @@
           MODULE=tkgate
-         VERSION=1.6i
-          SOURCE=$MODULE-$VERSION+patch1-3.tgz
-   SOURCE_URL[0]=ftp://gadoid.ices.cmu.edu/pub/tkgate/pre-release/
-        WEB_SITE=http://www-2.cs.cmu.edu/~hansen/tkgate
+         VERSION=1.8.6
+          SOURCE=$MODULE-$VERSION.tgz
+   SOURCE_URL[0]=ftp://gadoid.ices.cmu.edu/pub/tkgate/
+      SOURCE_VFY=sha1:ea98204cc6dd486cd9475de5c95e01d58bb43194
+        WEB_SITE=http://www.tkgate.org/
          ENTERED=20030207
-         UPDATED=20030207
+         UPDATED=20060117
       MAINTAINER="kc8apf at kc8apf.net"
            SHORT="TkGate is a event driven digital circuit simulator with a tcl/tk-based graphical editor"
 cat << EOF
-TkGate is a event driven digital circuit simulator with a tcl/tk-based graphical editor. TkGate supports a wide range of primitive circuit elements as well as user-defined modules for hierarchical design. The distribution comes with a number of tutorial and example circuits which can be loaded through the "Help" menu. The example circuits include a simple CPU, programmed to run the Animals game. For more information, check out the documentation. TkGate is free software provided with source code under the Gnu Public License. 
+TkGate is a event driven digital circuit simulator with a tcl/tk-based
+graphical editor. TkGate supports a wide range of primitive circuit
+elements as well as user-defined modules for hierarchical design. The
+distribution comes with a number of tutorial and example circuits which
+can be loaded through the "Help" menu. The example circuits include a
+simple CPU, programmed to run the Animals game. For more information,
+check out the documentation. TkGate is free software provided with source
+code under the Gnu Public License.
 EOF
+



More information about the Lunar-commits mailing list