get compldst.py unit test up and running after modifications to ALU
[soc.git] / src / soc / experiment / alu_hier.py
2020-04-19 Luke Kenneth Casso... get compldst.py unit test up and running after modifica...
2020-04-19 Luke Kenneth Casso... convert BranchALU to temporary conformant API
2020-04-17 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-04-14 Luke Kenneth Casso... turn experimental ALU into array-input
2020-04-10 Luke Kenneth Casso... eek, first cut at using POWER decoder2 in 6600 simulato...
2020-04-10 Luke Kenneth Casso... whoops syntax error
2020-04-10 Luke Kenneth Casso... converting InstructionQ to use Decode2ToExecuteType
2020-04-10 Luke Kenneth Casso... add eq_from_execute1 subset function
2020-04-09 Luke Kenneth Casso... get CompUnitALU test running with InternalOp ALU subset
2020-04-09 Luke Kenneth Casso... experiment morphing ALU to take subset of Decode2ToExecute1
2020-04-08 Luke Kenneth Casso... use power decoder InternalOp
2020-03-10 Luke Kenneth Casso... comments explaining what alu_hier.py does
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...