summaryrefslogtreecommitdiff
path: root/cad/tkgate/patches
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17Update tkgate to 1.8.7. Patch provided by Edgar Fuss in PR pkg/49482,bsiegert4-35/+20
though the patch description says 1.8.3.
2014-02-04Fix build with TCL 8.6.joerg2-4/+12
2013-03-02Consistently return values from non-void functions.joerg2-0/+26
2012-08-21cad/tkgate: Add tcl/tk 8.5 supportmarino1-2/+11
2007-01-20LOCALBASE should be used instead of PREFIX when referring to existingrillig1-2/+2
files. This allows setting INSTALLATION_PREFIX for the package.
2004-06-08Convert to use subst.mk instead of a home-grown string replacement "system".jmmv1-3/+3
2004-06-08Fix build. The main binary was not beeing built properly because of missingjmmv1-5/+17
library dependencies (caused by the tcl/tk update to 8.4). Use tclConfig.sh to determine which libraries are really needed. Noted in last kristerw@'s bulk build.
2002-10-29initial import of tkgate-1.6i provided in PR 18847 by Julio Merino,dmcmahill2-0/+65
jmmv at menta dot net. 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.