From 7dc08ba2875c0dace0432cd514add6ce2b085f44 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 3 Apr 2012 11:35:35 -0400 Subject: examples: Reworked locations and installation of examples. All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/. --- gr-trellis/src/examples/python/fsm_files/simple.fsm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gr-trellis/src/examples/python/fsm_files/simple.fsm (limited to 'gr-trellis/src/examples/python/fsm_files/simple.fsm') 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. -- cgit