Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / experiment / alu_hier.py
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...
2019-06-18 Luke Kenneth Casso... sort out go_ld_i and go_st_i
2019-06-15 Luke Kenneth Casso... convert addr match into latched (SRLatch) version,...
2019-06-03 Luke Kenneth Casso... reasonably sure that the pipelined ALU will work...
2019-05-24 Luke Kenneth Casso... check that bgt test ALU works
2019-05-24 Luke Kenneth Casso... add simple branch-compare example ALU
2019-05-22 Luke Kenneth Casso... use shifter opcode
2019-05-22 Luke Kenneth Casso... add div and shift (as experiment)
2019-05-07 Luke Kenneth Casso... add nmigen alu_hier to experiment