pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(wip/tkgate) import tkgate-2.0 as a candidate for updating



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sat Mar 1 20:04:43 2025 +0900
Changeset:	d7e2317d2f33fe5198879edac65920816a0a8604

Modified Files:
	Makefile

Log Message:
(wip/tkgate) import tkgate-2.0 as a candidate for updating

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.

TkGate has a multi-langauge interface with support for English,
Japanese, French and Spanish.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7e2317d2f33fe5198879edac65920816a0a8604

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/Makefile b/Makefile
index 78b5cfb9be..273d0921c8 100644
--- a/Makefile
+++ b/Makefile
@@ -5677,6 +5677,7 @@ SUBDIR+=	tinyssh
 SUBDIR+=	tipp10
 SUBDIR+=	tk-itk3
 SUBDIR+=	tkblt
+SUBDIR+=	tkgate
 SUBDIR+=	tkhtml3
 SUBDIR+=	tkpng
 SUBDIR+=	tktile


Home | Main Index | Thread Index | Old Index