specify length in RegDecodeInfo explicitly so that the information
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Dec 2021 15:39:44 +0000 (15:39 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Dec 2021 15:39:44 +0000 (15:39 +0000)
commit8291fd939f60681b32607cc3d41ca46834e6926f
treeb81c4777b5f1a8397d997985e22ecfe0c249bfba
parent210c204dd9a6909a1821953ea0369ae99ef8beef
specify length in RegDecodeInfo explicitly so that the information
that needs to be captured (held by the ReservationStation) is
not too great.  some of the info is actually expressions, hence why
using len() or Signal.like() does not work, it is too long
src/openpower/decoder/power_regspec_map.py