okaaay add a "rdflags" function which obtains the yes/no flags for each register...
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 1 Jun 2020 21:39:06 +0000 (22:39 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 1 Jun 2020 21:39:06 +0000 (22:39 +0100)
commit93fb5e930101a3bbb317e6180fc598f56b43cb9c
tree01740cfd1bba5be784e2817ed3cb59eab8d0a6a1
parent1b76f8953887e5a50053cffb9b82a07efe6a2d44
okaaay add a "rdflags" function which obtains the yes/no flags for each register to the CompUnit
this to be used by the Decode phase
14 files changed:
libreriscv
src/soc/fu/alu/pipe_data.py
src/soc/fu/alu/pipeline.py
src/soc/fu/branch/pipe_data.py
src/soc/fu/branch/pipeline.py
src/soc/fu/compunits/compunits.py
src/soc/fu/compunits/test/test_compunit.py
src/soc/fu/cr/pipe_data.py
src/soc/fu/cr/pipeline.py
src/soc/fu/logical/pipe_data.py
src/soc/fu/logical/pipeline.py
src/soc/fu/mul/pipeline.py
src/soc/fu/shift_rot/pipe_data.py
src/soc/fu/shift_rot/pipeline.py