Implement 1<<r3 predicate mode
authorCesar Strauss <cestrauss@gmail.com>
Sat, 10 Apr 2021 20:27:48 +0000 (17:27 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 10 Apr 2021 20:48:02 +0000 (17:48 -0300)
commitf903e20aff0178bd1bab4c289d2f7e8a9abc6c93
treed22703bbdc0beea13b5a5ef346b8dda4c4a74e32
parent1ee21286aa48346cafa633b9b76d6ea018152da9
Implement 1<<r3 predicate mode

The mask bit selected by r3 is set to one.
A possible optimization would be to do step = r3 directly, but this is only
valid in non-zero mode.
The corresponding test cases now pass.
src/soc/simple/issuer.py