From 9e1cd00b06547f8662ee8b0fec417fd6b946c3cd Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 2 Sep 2015 00:18:09 +0200 Subject: jtag: Add a few test-cases. --- decoder/test/jtag/test.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 decoder/test/jtag/test.conf (limited to 'decoder/test/jtag/test.conf') 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 -- cgit v1.2.3-54-g00ecf