Fix bug with ROTL32 helper
authorMichael Nolan <mtnolan2640@gmail.com>
Wed, 13 May 2020 18:02:13 +0000 (14:02 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Wed, 13 May 2020 18:02:13 +0000 (14:02 -0400)
commit3f1fbb87e0073935f3f29d4fc4e55be13121526b
treef60d1c201995b5cf42666303bc40f857c41abfa7
parent11e1f9d2fd224050561590aa815bff9dd20becc6
Fix bug with ROTL32 helper

Turns out it's supposed to duplicate the lower 32 bits to the high 32
bits, and do a 64 bit rotate
src/soc/decoder/helpers.py
src/soc/decoder/isa/fixedshift.patch
src/soc/decoder/isa/test_caller.py