1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: tkgate
Section: electronics
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>,
Georges Khaznadar <georgesk@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (=12),
tcl-dev,
tk-dev,
bison|byacc,
flex,
xutils-dev,
libx11-dev,
autotools-dev,
libpango1.0-dev
Homepage: http://www.tkgate.org/
Vcs-Browser: https://salsa.debian.org/science-team/tkgate.git
Vcs-Git: https://salsa.debian.org/science-team/tkgate.git
Package: tkgate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, tkgate-data (= ${source:Version})
Recommends: tkgate-doc
Description: Tcl/Tk based digital circuit editor and simulator
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 continuous 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-language interface with support for English, Japanese,
French and Spanish.
Package: tkgate-data
Architecture: all
Depends: ${misc:Depends}
Recommends: tkgate, tkgate-doc
Suggests: tcl, tk
Description: Tcl/Tk based digital circuit editor and simulator - data files
TkGate is a digital circuit editor and simulator with a Tcl/Tk based
interface.
.
This package contains the architecture independent data files.
Package: tkgate-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Tcl/Tk based digital circuit editor and simulator - documentation
TkGate is a digital circuit editor and simulator with a Tcl/Tk based
interface.
.
This package contains the documentation.
|