summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/test.conf
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2018-01-06 10:54:22 +0100
committerGerhard Sittig <gerhard.sittig@gmx.net>2018-01-06 10:54:22 +0100
commit0b8c51747971e21861e2111fc369155d77aed58b (patch)
treeaa325c6179a45f15b1c61a8e85af586e8463f087 /decoder/test/parallel/test.conf
parentbf18891ff663d11ea3df299d79e5e7f68e749972 (diff)
downloadsigrok-test-0b8c51747971e21861e2111fc369155d77aed58b.tar.gz
sigrok-test-0b8c51747971e21861e2111fc369155d77aed58b.zip
parallel: use HD44780 dump to test parallel's word demux feature
Diffstat (limited to 'decoder/test/parallel/test.conf')
-rw-r--r--decoder/test/parallel/test.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/decoder/test/parallel/test.conf b/decoder/test/parallel/test.conf
index cf59c30..a28dd2d 100644
--- a/decoder/test/parallel/test.conf
+++ b/decoder/test/parallel/test.conf
@@ -21,3 +21,8 @@ test incremental_8ch_long_clock
input misc/demo/incremental_8ch_long.sr
output parallel annotation match incremental_8ch_long_clock.output
output parallel python match incremental_8ch_long_clock.python
+
+test hd44780_word_demux
+ protocol-decoder parallel channel clk=3 channel d0=4 channel d1=5 channel d2=6 channel d3=7 option clock_edge=falling option wordsize=2 option endianness=big
+ input hd44780/hd44780-reset-init-hello.sr
+ output parallel annotation match hd44780_word_demux.output