Hello guys.
I've just ported tkgate (both stable and devel branch).
(from http://www.tkgate.org)
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.
Key features:
* Graphical circuit design
o Hierarchical design through user defined modules.
o Easy to use point-and-click user interface.
o Create hyperlinks to move about in circuit or load other files.
o Multi-lingual interface (Catalan, English, French, German,
Japanese, Spanish, Welsh)
o Verilog-like save file format.
* Logic simulation
o Control through the GUI or through script files.
o Suitable for simulation at transistor, gate or register transfer
level.
o Six valued logic model including 0, 1, floating, unknown, "low" and
"high".
o Support for custom delay models.
o Graphical display of simulation results.
o Breakpoints, single-step and clock-step simulator control.
o Static critical path analysis.
* Primitive circuit elements include:
o Basic gates (AND, OR, etc.)
o Switch-level NMOS and PMOS transistors
o Tristate buffers
o Alu components (Adders, shifters, multipliers)
o Memory elements (Registers, RAMs, ROMs)
o An interactive "tty" element allows design of circuits that can
interact with the user.
* Support tools include a microcode/macrocode compiler to assist in
creating large projects such as microprocessor designs.
Please test (especially on 64-bit arches) and commit.
you can grab port here: http://www.linklevel.net/tkgate.tar.gz
--
C programmers never die. They are just cast into void.