diff options
author | steve <steve@FreeBSD.org> | 1999-06-06 17:11:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-06 17:11:59 +0000 |
commit | d95e8ff1951ab2f3f75d353fefee21b0bd91f842 (patch) | |
tree | 27a65891c4440aaef717d2e60b97f0e00016b11e /cad/tkgate/pkg-descr | |
parent | fa8f70948b6a65b4ef63ccafa743b6d0a2b76fe9 (diff) | |
download | FreeBSD-ports-d95e8ff1951ab2f3f75d353fefee21b0bd91f842.zip FreeBSD-ports-d95e8ff1951ab2f3f75d353fefee21b0bd91f842.tar.gz |
Initial import of tkgate version 0.9.
A Tcl/Tk based digital circuit editor and simulator.
PR: 11917
Submitted by: Jeffery Hansen <hansen@cmu.edu>
Diffstat (limited to 'cad/tkgate/pkg-descr')
-rw-r--r-- | cad/tkgate/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/tkgate/pkg-descr b/cad/tkgate/pkg-descr new file mode 100644 index 0000000..f813b2c --- /dev/null +++ b/cad/tkgate/pkg-descr @@ -0,0 +1,22 @@ +TkGate is a digital circuit editor and simulator with a Tcl/Tk based +interface. TkGate includes a large number of built-in devices +including basic gates, memories, ttys and modules for hierarchical +design. The simulator can be controlled either interactively or +through a simulation script. Memory contents can be loaded from +files, and a microcode/macrocode compiler (gmac) is included to create +tkgate memory files from a high-level description. The simulator +supports continous simulation, single step simulation (by clock or +epoch) and breakpoints. Save files are in a Verilog-like format. + +TkGate also includes a number of tutorial and example circuits which +can be loaded through the "Help" menu. The examples range from a +simple gate-level 3-bit adder to a 16-bit CPU programmed to play the +"Animals" game. + +For more information on TkGate, see the TkGate web site at: + +WWW: http://www.cs.cmu.edu/~hansen/tkgate + +Program and FreeBSD port by: + Jeffery Hansen <hansen@cmu.edu> + http://www.cs.cmu.edu/~hansen |