bit of a big reorg of data structures
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 7 Sep 2020 15:59:40 +0000 (16:59 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 7 Sep 2020 15:59:40 +0000 (16:59 +0100)
commit298c6dfc0f2380a16974b8d71f00759af2e38159
tree34e3f4a436982bfe8ba55858694aa0b7024b010d
parentec3d17992123c7311892fe79b604ac030628d4ca
bit of a big reorg of data structures

ALU test_pipe_caller.py is now testing with a subset PowerDecoder2
and the field names need to change to match up.
16 files changed:
src/soc/decoder/decode2execute1.py
src/soc/decoder/isa/caller.py
src/soc/decoder/power_decoder2.py
src/soc/experiment/compalu_multi.py
src/soc/experiment/compldst_multi.py
src/soc/experiment/test/test_compalu_multi.py
src/soc/fu/alu/alu_input_record.py
src/soc/fu/alu/output_stage.py
src/soc/fu/alu/test/test_pipe_caller.py
src/soc/fu/branch/br_input_record.py
src/soc/fu/common_output_stage.py
src/soc/fu/ldst/ldst_input_record.py
src/soc/fu/logical/logical_input_record.py
src/soc/fu/mul/mul_input_record.py
src/soc/fu/shift_rot/sr_input_record.py
src/soc/fu/test/common.py