From bcfa07e61c7125be5b7a9be809a2cf39b38935d0 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 3 Oct 2022 21:14:26 +0200 Subject: 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/incremental_8ch_long_noclock.python | 1 + 1 file changed, 1 insertion(+) (limited to 'decoder/test/parallel/incremental_8ch_long_noclock.python') diff --git a/decoder/test/parallel/incremental_8ch_long_noclock.python b/decoder/test/parallel/incremental_8ch_long_noclock.python index bb82605..8663448 100644 --- a/decoder/test/parallel/incremental_8ch_long_noclock.python +++ b/decoder/test/parallel/incremental_8ch_long_noclock.python @@ -9997,3 +9997,4 @@ 9996-9997 parallel: ['ITEM', (12, 8)] 9997-9998 parallel: ['ITEM', (13, 8)] 9998-9999 parallel: ['ITEM', (14, 8)] +9999-10000 parallel: ['ITEM', (15, 8)] -- cgit v1.2.3-54-g00ecf