summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/fsm_files/simple.fsm
diff options
context:
space:
mode:
Diffstat (limited to 'gr-trellis/src/examples/python/fsm_files/simple.fsm')
-rw-r--r--gr-trellis/src/examples/python/fsm_files/simple.fsm13
1 files changed, 13 insertions, 0 deletions
diff --git a/gr-trellis/src/examples/python/fsm_files/simple.fsm b/gr-trellis/src/examples/python/fsm_files/simple.fsm
new file mode 100644
index 000000000..f27f6b4b0
--- /dev/null
+++ b/gr-trellis/src/examples/python/fsm_files/simple.fsm
@@ -0,0 +1,13 @@
+1 4 1
+
+1
+2
+3
+0
+
+0
+0
+0
+0
+
+essentially this fsm has no inputs and no outputs; it just cycles through all 4 states.