]> sigrok.org Git - sigrok-test.git/commit
parallel: recent PD implementation flushes last samples upon EOF
authorGerhard Sittig <redacted>
Mon, 3 Oct 2022 19:14:26 +0000 (21:14 +0200)
committerGerhard Sittig <redacted>
Mon, 3 Oct 2022 19:14:26 +0000 (21:14 +0200)
commitbcfa07e61c7125be5b7a9be809a2cf39b38935d0
tree42ed059009941c1631282364e4e2942d3d5058b7
parent12f978c9d45b3bf5b5767cb3104fac4c38bfd3df
parallel: recent PD implementation flushes last samples upon EOF

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).
decoder/test/parallel/hd44780_word_demux.output
decoder/test/parallel/incremental_8ch_long_clock.output
decoder/test/parallel/incremental_8ch_long_clock.python
decoder/test/parallel/incremental_8ch_long_noclock.output
decoder/test/parallel/incremental_8ch_long_noclock.python
decoder/test/parallel/incremental_8ch_short_clock.output
decoder/test/parallel/incremental_8ch_short_clock.python
decoder/test/parallel/incremental_8ch_short_noclock.output
decoder/test/parallel/incremental_8ch_short_noclock.python