Consolidate every pipe_data to use alu's integer data
[soc.git] / src / soc / alu / pipe_data.py
2020-05-16 Michael NolanConsolidate every pipe_data to use alu's integer data
2020-05-13 Luke Kenneth Casso... remove operand c from ALU in/out
2020-05-12 Luke Kenneth Casso... add 3rd register input to ALUInputData
2020-05-09 Luke Kenneth Casso... TODO on AluIntermediateData
2020-05-09 Luke Kenneth Casso... remove unneeded class
2020-05-08 Luke Kenneth Casso... add ALUFirstInputData
2020-05-08 Michael NolanAdd test for alu against simulator
2020-05-08 Michael NolanAdd output stage
2020-05-08 Michael NolanAdd extra bits (carry, overflow, etc) to input and...
2020-05-08 Michael NolanBegin adding main ALU stage
2020-05-08 Michael NolanConvert alu to use the op in ctx
2020-05-08 Michael NolanAdd FPPipeContext to alu pipe_data
2020-05-08 Michael NolanAdd pipe data for ALU pipeline