Change shift left to be implemented with rotate and mask
[soc.git] / src / soc / alu / main_stage.py
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