diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-11 18:27:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-11 18:27:36 +0000 |
commit | 5665b4968fc135b89d3d4077b6ebf6442c603e4a (patch) | |
tree | 8aeef0cb12a46082640a44b49754f6ce7fb1823a /cad/qfsm/pkg-descr | |
parent | 0f27959edfc487e6e11f49a67b2dd050c7aa91a3 (diff) | |
download | FreeBSD-ports-5665b4968fc135b89d3d4077b6ebf6442c603e4a.zip FreeBSD-ports-5665b4968fc135b89d3d4077b6ebf6442c603e4a.tar.gz |
add qfsm 0.30
A graphical tool for designing finite state machines
Diffstat (limited to 'cad/qfsm/pkg-descr')
-rw-r--r-- | cad/qfsm/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cad/qfsm/pkg-descr b/cad/qfsm/pkg-descr new file mode 100644 index 0000000..318cf83 --- /dev/null +++ b/cad/qfsm/pkg-descr @@ -0,0 +1,21 @@ +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/ |