From 7e6a22f7c5cff9cba0a8a3d4b58b0908266619c4 Mon Sep 17 00:00:00 2001 From: sharow Date: Mon, 7 Oct 2019 09:26:09 +0900 Subject: signature: add test cases --- decoder/test/signature/test.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 decoder/test/signature/test.conf (limited to 'decoder/test/signature/test.conf') diff --git a/decoder/test/signature/test.conf b/decoder/test/signature/test.conf new file mode 100644 index 0000000..d5e4dcf --- /dev/null +++ b/decoder/test/signature/test.conf @@ -0,0 +1,34 @@ +test signature-misc1 + protocol-decoder signature channel start=7 channel stop=7 channel clk=0 channel data=6 + input misc/demo/incremental_8ch_long.sr + output signature annotation match signature-misc1.output + +test signature-misc2 + protocol-decoder signature channel start=7 channel stop=7 channel clk=0 channel data=4 + input misc/demo/incremental_8ch_long.sr + output signature annotation match signature-misc2.output + +test signature-0003 + protocol-decoder signature channel start=0 channel stop=1 channel clk=7 channel data=5 + input signature/0003.sr + output signature annotation match signature-0003.output + +test signature-6F9A + protocol-decoder signature channel start=0 channel stop=1 channel clk=7 channel data=5 + input signature/6F9A.sr + output signature annotation match signature-6F9A.output + +test signature-UUUU + protocol-decoder signature channel start=0 channel stop=1 channel clk=7 channel data=5 + input signature/UUUU.sr + output signature annotation match signature-UUUU.output + +test signature-7791 + protocol-decoder signature channel start=0 channel stop=1 channel clk=7 channel data=5 + input signature/7791.sr + output signature annotation match signature-7791.output + +test signature-unstable1 + protocol-decoder signature channel start=0 channel stop=1 channel clk=7 channel data=5 + input signature/unstable1.sr + output signature annotation match signature-unstable1.output -- cgit v1.2.3-54-g00ecf