summaryrefslogtreecommitdiff
path: root/decoder/test/parallel/incremental_8ch_short_clock.python
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: also expect bits count in addition to data valueGerhard Sittig
Catch up with the parallel decoder's implementation. Documented Python output includes the bus width and cycle count for items and words. [ see a word-diff for the commit's essence ]
2015-12-27Add OUTPUT_PYTHON test-cases for all PDs.Uwe Hermann