summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/test/parallel/test.conf')
-rw-r--r--decoder/test/parallel/test.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/decoder/test/parallel/test.conf b/decoder/test/parallel/test.conf
new file mode 100644
index 0000000..35e9f60
--- /dev/null
+++ b/decoder/test/parallel/test.conf
@@ -0,0 +1,19 @@
+test incremental_8ch_short_noclock
+ protocol-decoder parallel channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
+ input demo/incremental_8ch_short.sr
+ output parallel annotation match incremental_8ch_short_noclock.output
+
+test incremental_8ch_short_clock
+ protocol-decoder parallel channel clk=0 channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
+ input demo/incremental_8ch_short.sr
+ output parallel annotation match incremental_8ch_short_clock.output
+
+test incremental_8ch_long_noclock
+ protocol-decoder parallel channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
+ input demo/incremental_8ch_long.sr
+ output parallel annotation match incremental_8ch_long_noclock.output
+
+test incremental_8ch_long_clock
+ protocol-decoder parallel channel clk=0 channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
+ input demo/incremental_8ch_long.sr
+ output parallel annotation match incremental_8ch_long_clock.output