From 7d97c1424a7b39ccdf37128d66fb6632baf8f523 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 9 Nov 2020 05:56:32 +0100 Subject: parallel: also expect bits count in addition to data value 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 ] --- decoder/test/parallel/incremental_8ch_short_clock.python | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decoder/test/parallel/incremental_8ch_short_clock.python') diff --git a/decoder/test/parallel/incremental_8ch_short_clock.python b/decoder/test/parallel/incremental_8ch_short_clock.python index ea7c423..97c2da5 100644 --- a/decoder/test/parallel/incremental_8ch_short_clock.python +++ b/decoder/test/parallel/incremental_8ch_short_clock.python @@ -1,4 +1,4 @@ -1-3 parallel: ['ITEM', 1] -3-5 parallel: ['ITEM', 3] -5-7 parallel: ['ITEM', 5] -7-9 parallel: ['ITEM', 7] +1-3 parallel: ['ITEM', (1, 8)] +3-5 parallel: ['ITEM', (3, 8)] +5-7 parallel: ['ITEM', (5, 8)] +7-9 parallel: ['ITEM', (7, 8)] -- cgit v1.2.3-54-g00ecf