summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/fsm_files/irregular.fsm
diff options
context:
space:
mode:
Diffstat (limited to 'gr-trellis/src/examples/python/fsm_files/irregular.fsm')
-rw-r--r--gr-trellis/src/examples/python/fsm_files/irregular.fsm11
1 files changed, 11 insertions, 0 deletions
diff --git a/gr-trellis/src/examples/python/fsm_files/irregular.fsm b/gr-trellis/src/examples/python/fsm_files/irregular.fsm
new file mode 100644
index 000000000..80b82b889
--- /dev/null
+++ b/gr-trellis/src/examples/python/fsm_files/irregular.fsm
@@ -0,0 +1,11 @@
+2 2 2
+
+0 0
+0 1
+
+0 1
+0 1
+
+
+useless irregular FSM for testing. state 0 has 3 incoming edges and state
+1 has 1 incoming edge.