summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/imported3.fsm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/examples/imported3.fsm')
-rw-r--r--tools/dfagen/examples/imported3.fsm20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/dfagen/examples/imported3.fsm b/tools/dfagen/examples/imported3.fsm
new file mode 100644
index 00000000..8115cc62
--- /dev/null
+++ b/tools/dfagen/examples/imported3.fsm
@@ -0,0 +1,20 @@
+# Imported third file.
+Imported3
+
+States:
+ I3S1
+ I3S2
+
+Events:
+ i3e1
+ i3e2
+
+I3S1:
+ i3e2 -> I3S2
+ i2e2 -> I3S2
+ re2 -> I3S2
+
+I3S2:
+ i3e1 -> I3S1
+ i2e1 -> I3S1
+ re1 -> I3S1