add new stages etc. to get multiply working without xer_ca
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 9 Jul 2020 09:52:46 +0000 (10:52 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 9 Jul 2020 09:52:46 +0000 (10:52 +0100)
commit512e2d72912ba57913ab1b1297a085d5fae67181
treedbad226216b5e23c6bff2c63529cbbbfc8204cbc
parent5a5fbe7f8de03420334049c1b305c3eff46adde7
add new stages etc. to get multiply working without xer_ca
src/soc/fu/div/input_stage.py [new file with mode: 0644]
src/soc/fu/div/output_stage.py
src/soc/fu/mul/main_stage.py
src/soc/fu/mul/mul_input_record.py
src/soc/fu/mul/pipe_data.py
src/soc/fu/mul/pipeline.py
src/soc/fu/mul/post_stage.py
src/soc/fu/mul/pre_stage.py
src/soc/fu/mul/test/test_pipe_caller.py