summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/imported1.fsm
diff options
context:
space:
mode:
authorNicolas Schodet2009-11-22 23:37:53 +0100
committerNicolas Schodet2009-11-22 23:37:53 +0100
commitab8c3aef948e70a75d055174293f28f3146a592e (patch)
treef5313460b0016a1e639396e2658a7dc1993828e7 /tools/dfagen/examples/imported1.fsm
parent11ecac0ab42bba330230759b6250f664f52fee9c (diff)
tools/dfagen: add import support, closes #82
Diffstat (limited to 'tools/dfagen/examples/imported1.fsm')
-rw-r--r--tools/dfagen/examples/imported1.fsm16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/dfagen/examples/imported1.fsm b/tools/dfagen/examples/imported1.fsm
new file mode 100644
index 00000000..fe4ee9ff
--- /dev/null
+++ b/tools/dfagen/examples/imported1.fsm
@@ -0,0 +1,16 @@
+# Imported first file.
+Imported1
+
+States:
+ I1S1
+ I1S2
+
+Events:
+ i1e1
+ i1e2
+
+I1S1:
+ i1e2 -> I1S2
+
+I1S2:
+ i1e1 -> I1S1