From a6b63f409d5922cbbef493849f10db99dd0761fc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 26 Jun 2016 14:39:25 +0200 Subject: spiflash: Add a few more test-cases for dual I/O reads. --- decoder/test/spiflash/test.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'decoder/test/spiflash/test.conf') diff --git a/decoder/test/spiflash/test.conf b/decoder/test/spiflash/test.conf index a901750..aa417ac 100644 --- a/decoder/test/spiflash/test.conf +++ b/decoder/test/spiflash/test.conf @@ -53,3 +53,17 @@ test erase_hex stack spi spiflash input spi/mx25l1605d/mx25l1605d_erase.sr output spiflash annotation match erase_hex.output + +test dualioreads_ascii + protocol-decoder spi channel cs=2 channel miso=1 channel clk=0 channel mosi=3 + protocol-decoder spiflash option format=ascii + stack spi spiflash + input spi/spiflash_dualio/dualioreads.sr + output spiflash annotation match dualioreads_ascii.output + +test dualioreads_hex + protocol-decoder spi channel cs=2 channel miso=1 channel clk=0 channel mosi=3 + protocol-decoder spiflash option format=hex + stack spi spiflash + input spi/spiflash_dualio/dualioreads.sr + output spiflash annotation match dualioreads_hex.output -- cgit v1.2.3-54-g00ecf