clarifying comments
[soc.git] / src / soc / alu / input_stage.py
2020-05-09 Luke Kenneth Casso... clarifying comments
2020-05-08 Luke Kenneth Casso... add comments
2020-05-08 Michael NolanAdd tests for immediates, add subf to tests
2020-05-08 Michael NolanAdd comments about the purpose of each alu stage
2020-05-08 Michael NolanHave input_stage set the b operand to imm_data if it...
2020-05-08 Michael NolanAdd extra bits (carry, overflow, etc) to input and...
2020-05-08 Michael NolanConvert alu to use the op in ctx
2020-05-08 Michael NolanAdd handling of A inversion and B input
2020-05-08 Michael NolanBegin adding input stage of alu