]> sigrok.org Git - libsigrokdecode.git/commit - decoders/parallel/pd.py
parallel: adjust Python output to match its documentation
authorGerhard Sittig <redacted>
Sat, 7 Nov 2020 12:49:06 +0000 (13:49 +0100)
committerGerhard Sittig <redacted>
Wed, 11 Nov 2020 19:18:47 +0000 (20:18 +0100)
commit239e15df5015e7ea1282cab404e5a63db08f988d
treeda9c35b40ee117015ceccc7d56e62889676284ba
parent4f4e035397fa0770d47bf8b663e87651e0709511
parallel: adjust Python output to match its documentation

The parallel decoder documented the layout of the Python output but used
to emit something different (mere data values). Add the bit width of
data items and the bus cycle count for demultiplexed words, to match the
documented layout.

No harm was done, there are no in-tree decoders which stack on top of
the parallel decoder.
decoders/parallel/pd.py