sorting out shift_rot to use new output stage data structures
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Aug 2020 13:58:25 +0000 (14:58 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Aug 2020 13:58:25 +0000 (14:58 +0100)
commitadf352467743da99deeb1c2a6e98daffab4477ae
treea090e9d142665d6402b579faff3b376432e60cdb
parent7cbd776f951b6f4a8d31dd9f1cff5c210f98971a
sorting out shift_rot to use new output stage data structures
shift_rot does not modify OV/32 so needs its own output stage
similar to logical, SO is never set but is "read"
src/soc/fu/compunits/test/test_shiftrot_compunit.py
src/soc/fu/shift_rot/main_stage.py
src/soc/fu/shift_rot/output_stage.py [new file with mode: 0644]
src/soc/fu/shift_rot/pipe_data.py
src/soc/fu/shift_rot/pipeline.py
src/soc/fu/shift_rot/test/test_pipe_caller.py