summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/hd44780_word_demux.output
AgeCommit message (Collapse)Author
2022-10-03parallel: recent PD implementation flushes last samples upon EOFHEADmasterGerhard Sittig
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).
2020-11-11parallel: expect demuxed words only after their items were seenGerhard Sittig
Catch up with the "parallel" decoder's implementation. Annotations for demultiplexed words are sent after all their individual bits were seen. Data content remains identical, this is exclusively about emission order.
2020-01-01Updates after annotation class/row changes (singular/plural).Uwe Hermann
2018-01-06parallel: use HD44780 dump to test parallel's word demux featureGerhard Sittig