freebsd-ports/cad/qfsm/pkg-descr
Ying-Chieh Liao db6897617d add qfsm 0.30
A graphical tool for designing finite state machines
2002-04-11 18:27:36 +00:00

22 lines
745 B
Plaintext

Qfsm is a graphical editor for finite state machines written in C++ using Qt.
Finite state machines are a model to describe complex objects or systems in
terms of the states they may be in. In practice they can used to create
regular expressions, scanners or other program code.
Current features of Qfsm are:
- Creation, editing, loading and saving of binary and ASCII machines
- Drawing of states and transitions
- Binary and ASCII condition codes
- Setting of a start state and end states
- Zooming
- Cut, copy & paste inside Qfsm
- Printing of diagrams
- Multiple windows
- Integrity check
- Interactive simulation
- AHDL/VHDL export
- State table export (Latex, HTML)
WWW: http://qfsm.sourceforge.net/