summaryrefslogtreecommitdiff
path: root/decoder/test/jtag/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2015-09-02 00:18:09 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2015-09-03 16:15:08 +0200
commit9e1cd00b06547f8662ee8b0fec417fd6b946c3cd (patch)
treebce182c6fd54b10d8dc657e232f68e162114b5a5 /decoder/test/jtag/test.conf
parentff938d06fff9229ad2890e7eee0d751c670d4dc2 (diff)
downloadsigrok-test-9e1cd00b06547f8662ee8b0fec417fd6b946c3cd.tar.gz
sigrok-test-9e1cd00b06547f8662ee8b0fec417fd6b946c3cd.zip
jtag: Add a few test-cases.
Diffstat (limited to 'decoder/test/jtag/test.conf')
-rw-r--r--decoder/test/jtag/test.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/decoder/test/jtag/test.conf b/decoder/test/jtag/test.conf
new file mode 100644
index 0000000..bc5eacb
--- /dev/null
+++ b/decoder/test/jtag/test.conf
@@ -0,0 +1,29 @@
+test olimex_stm32-h103_irscan_drscan
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/olimex_stm32-h103/olimex_stm32-h103_irscan_drscan.sr
+ output jtag annotation match olimex_stm32-h103_irscan_drscan.output
+
+test olimex_stm32-h103_idle
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/olimex_stm32-h103/olimex_stm32-h103_idle.sr
+ output jtag annotation match olimex_stm32-h103_idle.output
+
+test keil_mcb2140_irscan_drscan
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/keil_mcb2140/keil_mcb2140_irscan_drscan.sr
+ output jtag annotation match keil_mcb2140_irscan_drscan.output
+
+test keil_mcb2140_idle
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/keil_mcb2140/keil_mcb2140_idle.sr
+ output jtag annotation match keil_mcb2140_idle.output
+
+test glyn_tonga2_irscan_drscan
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/glyn_tonga2/glyn_tonga2_irscan_drscan.sr
+ output jtag annotation match glyn_tonga2_irscan_drscan.output
+
+test glyn_tonga2_idle
+ protocol-decoder jtag channel tdi=1 channel tdo=4 channel tck=3 channel tms=2
+ input jtag/glyn_tonga2/glyn_tonga2_idle.sr
+ output jtag annotation match glyn_tonga2_idle.output