summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2015-07-22 08:24:05 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2015-07-22 18:05:08 +0200
commit6b7b93490c7eae859f06b028c629d364075a2016 (patch)
treeca1664a59a604c638aa920a8df15b17b0adef2a4 /decoder/test/parallel/test.conf
parente44830e33e27fa462063f331d0413c14e7c5b002 (diff)
downloadsigrok-test-6b7b93490c7eae859f06b028c629d364075a2016.tar.gz
sigrok-test-6b7b93490c7eae859f06b028c629d364075a2016.zip
parallel: Add a few test-cases.
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