summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/imported2.fsm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/examples/imported2.fsm')
-rw-r--r--tools/dfagen/examples/imported2.fsm16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/dfagen/examples/imported2.fsm b/tools/dfagen/examples/imported2.fsm
new file mode 100644
index 00000000..d9592d3d
--- /dev/null
+++ b/tools/dfagen/examples/imported2.fsm
@@ -0,0 +1,16 @@
+# Imported second file.
+Imported2
+
+States:
+ I2S1
+ I2S2
+
+Events:
+ i2e1
+ i2e2
+
+I2S1:
+ i2e2 -> I2S2
+
+I2S2:
+ i2e1 -> I2S1