bit of reorg, trick on add - put carry in into the LSB
[soc.git] / src / soc / alu / main_stage.py
2020-05-09 Luke Kenneth Casso... bit of reorg, trick on add - put carry in into the LSB
2020-05-09 Michael NolanHandle algebraic shifts too
2020-05-09 Michael NolanImplement logical shift right
2020-05-09 Michael NolanAdd support for sld
2020-05-09 Michael NolanChange shift left to be implemented with rotate and...
2020-05-09 Michael NolanAdd shift left opcode to main_stage
2020-05-09 Luke Kenneth Casso... comment where ALUIntermediateData to go
2020-05-09 Luke Kenneth Casso... missing sticky-overflow pass-through from middle stage
2020-05-08 Michael NolanAdd comments about the purpose of each alu stage
2020-05-08 Michael NolanAdd and or and xor to main_stage
2020-05-08 Michael NolanAdd carry in and out
2020-05-08 Michael NolanAdd extra bits (carry, overflow, etc) to input and...
2020-05-08 Michael NolanBegin adding main ALU stage