Add overflow handling and proof
[soc.git] / src / soc / fu / alu / main_stage.py
2020-05-20 Michael NolanAdd overflow handling and proof
2020-05-20 Luke Kenneth Casso... normalise XER regs carry/32 and SO
2020-05-20 Luke Kenneth Casso... i seem to like short names that happen to make things...
2020-05-20 Michael NolanAdd 32 bit carry handling to alu
2020-05-20 Luke Kenneth Casso... use nmutil exts helper in ALU OP_EXTS
2020-05-20 Luke Kenneth Casso... minor code-munge, use shorter names
2020-05-20 Luke Kenneth Casso... convert alu output to use Data for XER and CR0
2020-05-18 Luke Kenneth Casso... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth Casso... rename pipe to fu