add LGPLv3+ notice and add copyright holders
[soc.git] / src / soc / fu / alu / main_stage.py
2020-10-16 Luke Kenneth Casso... add LGPLv3+ notice and add copyright holders
2020-09-02 Luke Kenneth Casso... fix bug in cmpli (and cmplw)
2020-09-02 Luke Kenneth Casso... bug in carry32 handling in OP_CMP
2020-08-30 Luke Kenneth Casso... redo OP_CMP based on microwatt. L=1 had been ignored
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-23 Michael NolanAdd copyright to files in fu/ that I was the primary...
2020-08-17 Luke Kenneth Casso... fix signed variants of cmp in alu
2020-07-25 Luke Kenneth Casso... add spec page numbers to logical ops
2020-07-25 Luke Kenneth Casso... add page-number comments to ALU main_stage
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-06-08 Luke Kenneth Casso... clarify using microwatt calc_ov function.
2020-05-31 Luke Kenneth Casso... clarify
2020-05-31 Luke Kenneth Casso... OP_CMPEQB also requesting change of output reg (stop...
2020-05-31 Luke Kenneth Casso... OP_CMP is requesting a change of the output register...
2020-05-31 Luke Kenneth Casso... still investigating
2020-05-27 Luke Kenneth Casso... comments
2020-05-27 Luke Kenneth Casso... add carry-out, overflow and cr0 ok setting in ALU main_...
2020-05-24 Luke Kenneth Casso... convert ALU to output Data on int reg
2020-05-21 Luke Kenneth Casso... whitespace/shuffle
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