rename InternalOp to MicrOp
[soc.git] / src / soc / fu / logical / main_stage.py
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-05-24 Luke Kenneth Casso... split out Popcount into separate module: visually it...
2020-05-24 Luke Kenneth Casso... track down overwrite of variable b
2020-05-24 Michael NolanFix bpermd and make tests pass
2020-05-24 Luke Kenneth Casso... convert logical to output Data on int reg
2020-05-22 Luke Kenneth Casso... split out Logical Input and Output stages to common...
2020-05-20 colepoirierAdded OP_BPERMD to fu/logical pipeline, with test
2020-05-20 Luke Kenneth Casso... normalise XER regs carry/32 and SO
2020-05-20 Michael NolanFormally verify OP_POPCNT
2020-05-20 Michael NolanFix bug with popcntd
2020-05-20 Luke Kenneth Casso... convert Logical to use new XER use of Data()
2020-05-20 Luke Kenneth Casso... whoops changed name of ALUInputData to LogicalInputData
2020-05-19 Luke Kenneth Casso... rename ALUPipeData to LogicalPipeData
2020-05-19 Luke Kenneth Casso... annoying syntax error
2020-05-19 Luke Kenneth Casso... code-shuffle on OP_CNTZ
2020-05-19 Michael NolanImplement 32 bit cntlz and cnttz
2020-05-19 Michael NolanActually implement cntlzd
2020-05-18 Luke Kenneth Casso... move countzero to fu/logical
2020-05-18 Luke Kenneth Casso... correct import after soc.fu move
2020-05-18 Luke Kenneth Casso... mass-rename of modules to soc.fu.*
2020-05-18 Luke Kenneth Casso... rename pipe to fu