summaryrefslogtreecommitdiff
path: root/decoder/test/cjtag/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2020-01-09 01:00:21 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2020-01-09 01:00:21 +0100
commit8cca9c0f06dcba7034e6b36f0f3edc77149dce2f (patch)
treecfca94ab58375bfc5c10b5903a3f38b2896d741a /decoder/test/cjtag/test.conf
parent145a2007cc2ea33a46dfda752d4f302944911236 (diff)
downloadsigrok-test-8cca9c0f06dcba7034e6b36f0f3edc77149dce2f.tar.gz
sigrok-test-8cca9c0f06dcba7034e6b36f0f3edc77149dce2f.zip
cjtag: Add two test-cases.
Diffstat (limited to 'decoder/test/cjtag/test.conf')
-rw-r--r--decoder/test/cjtag/test.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/decoder/test/cjtag/test.conf b/decoder/test/cjtag/test.conf
new file mode 100644
index 0000000..aa1d54c
--- /dev/null
+++ b/decoder/test/cjtag/test.conf
@@ -0,0 +1,11 @@
+test cjtag_n305_sba_snippet
+ protocol-decoder cjtag channel tckc=0 channel tmsc=1
+ input jtag/cjtag/cjtag_n305_sba_snippet.sr
+ output cjtag annotation match cjtag_n305_sba_snippet.output
+ output cjtag python match cjtag_n305_sba_snippet.python
+
+test cjtag_n307_sba_test_snippet
+ protocol-decoder cjtag channel tckc=0 channel tmsc=1
+ input jtag/cjtag/cjtag_n307_sba_test_snippet.sr
+ output cjtag annotation match cjtag_n307_sba_test_snippet.output
+ output cjtag python match cjtag_n307_sba_test_snippet.python