From 8cca9c0f06dcba7034e6b36f0f3edc77149dce2f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 9 Jan 2020 01:00:21 +0100 Subject: cjtag: Add two test-cases. --- decoder/test/cjtag/test.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 decoder/test/cjtag/test.conf (limited to 'decoder/test/cjtag/test.conf') 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 -- cgit v1.2.3-54-g00ecf