diff options
Diffstat (limited to 'cad/qfsm/pkg-descr')
-rw-r--r-- | cad/qfsm/pkg-descr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cad/qfsm/pkg-descr b/cad/qfsm/pkg-descr deleted file mode 100644 index 318cf8399649..000000000000 --- a/cad/qfsm/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -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/ |