summaryrefslogtreecommitdiff
path: root/decoder/test/spiflash/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2016-06-26 14:39:25 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2016-06-26 14:39:25 +0200
commita6b63f409d5922cbbef493849f10db99dd0761fc (patch)
treeb7b71dbdd2191e59b1ad089045cb0fe538633749 /decoder/test/spiflash/test.conf
parent5c1b6a10c6fc421a0e82a41c296a6cb93a8712cd (diff)
downloadsigrok-test-a6b63f409d5922cbbef493849f10db99dd0761fc.tar.gz
sigrok-test-a6b63f409d5922cbbef493849f10db99dd0761fc.zip
spiflash: Add a few more test-cases for dual I/O reads.
Diffstat (limited to 'decoder/test/spiflash/test.conf')
-rw-r--r--decoder/test/spiflash/test.conf14
1 files changed, 14 insertions, 0 deletions
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