1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/cad/digital/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

23 lines
1.3 KiB
Plaintext

Features:
* Visualization of signal states with measurement graphs.
* Single gate mode to analyze oscillations.
* Analysis and synthesis of combinatorial and sequential circuits.
* Simple testing of circuits: You can create test cases and execute them to
verify your design.
* Includes a simple editor for finite state machines (FSM). A FSM can then be
converted to a state transition table and a circuit implementing the FSM.
* Contains a library with the most commonly used 74xx series integrated circuits
* Supports generic circuits. This allows the creation of circuits that can be
parameterized when used. In this way, it is possible, for e.g., to create a
barrel shifter with a selectable bit width.
* Supports large circuits: The "Conway's Game of Life" example consists of about
2400 active components and works just fine.
* It is possible to use custom components which are implemented in Java and
packed in a jar file. See this example for details.
* Simple remote TCP interface which e.g. allows an assembler IDE to control the
simulator.
* Components can be described using VHDL or Verilog. The open source VHDL
simulator ghdl needs to be installed to simulate a VHDL defined component, and
the open source Verilog simulator Icarus Verilog is required to simulate a
Verilog defined component.