argh, regspec_decode_write is supposed to return single-bit flags
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 16 Nov 2021 16:26:18 +0000 (16:26 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 16 Nov 2021 16:26:33 +0000 (16:26 +0000)
commitdc91b47347704d491cd4fa895bc1d915bc109268
tree9fb8f31f698f72f88a3d42abd642c006039e930a
parent72815dab70f8910a9c5edc8ba2acca3ff2e0c60c
argh, regspec_decode_write is supposed to return single-bit flags
for indicating whether a register is to be written to or not.
the write data structures are a Data() record - with data and an ok.
the *entire* data structure was being returned, not the "ok" bit,
in many cases in regspec_decode_write.
src/openpower/decoder/power_regspec_map.py