diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2022-10-03 21:14:26 +0200 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2022-10-03 21:14:26 +0200 |
commit | bcfa07e61c7125be5b7a9be809a2cf39b38935d0 (patch) | |
tree | 42ed059009941c1631282364e4e2942d3d5058b7 /decoder/test/parallel/hd44780_word_demux.output | |
parent | 12f978c9d45b3bf5b5767cb3104fac4c38bfd3df (diff) | |
download | sigrok-test-master.tar.gz sigrok-test-master.zip |
Catch up with the implementation of the "parallel" decoder, which now
flushes previously accumulated information when the end of input data
is seen. Which completes the last "item" (data pattern on the bus), and
may complete another "word" (data value that spans several bus cycles).
Diffstat (limited to 'decoder/test/parallel/hd44780_word_demux.output')
-rw-r--r-- | decoder/test/parallel/hd44780_word_demux.output | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/test/parallel/hd44780_word_demux.output b/decoder/test/parallel/hd44780_word_demux.output index 0fa08af..6b8431e 100644 --- a/decoder/test/parallel/hd44780_word_demux.output +++ b/decoder/test/parallel/hd44780_word_demux.output @@ -98,3 +98,5 @@ 14367902-14567897 parallel: item: "0" 14267907-14567897 parallel: word: "30" 14567897-14667893 parallel: item: "3" +14667893-15824176 parallel: item: "0" +14567897-15824176 parallel: word: "30" |