X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Ftest%2Fparallel%2Ftest.conf;h=1e751a40754e172bc8da4d453d43e02f11d38e9d;hp=1c650bb020159eb9c8b8961a17ff4b8a0d350bc1;hb=HEAD;hpb=c1f41055fd473945893bdc1144404fac85c1fa06 diff --git a/decoder/test/parallel/test.conf b/decoder/test/parallel/test.conf index 1c650bb..1e751a4 100644 --- a/decoder/test/parallel/test.conf +++ b/decoder/test/parallel/test.conf @@ -26,3 +26,9 @@ test hd44780_word_demux protocol-decoder parallel channel clk=3 channel d0=4 channel d1=5 channel d2=6 channel d3=7 option clock_edge=falling option wordsize=2 option endianness=big input display/hd44780/hd44780-reset-init-hello.sr output parallel annotation match hd44780_word_demux.output + +test spi_sqi_four_lines_one_xfer + protocol-decoder parallel channel clk=2 channel d0=4 channel d1=5 channel d2=6 channel d3=7 channel rst=3 option clock_edge=rising option reset_polarity=high-active option wordsize=2 option endianness=big + input spi/sqi/sqi-four-data-lines-one-transfer.sr + output parallel annotation match spi_sqi_four_lines_three_transfers.output + output parallel python match spi_sqi_four_lines_one_xfer.python