fix up Logical pipeline to produce HDL with XLEN=32
[soc.git] / src / soc / fu / logical / main_stage.py
2022-02-27 Luke Kenneth Casso... fix up Logical pipeline to produce HDL with XLEN=32
2021-10-10 Luke Kenneth Casso... replace PartitionedSignal with SimdSignal
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-08-27 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-27 Luke Kenneth Casso... reorg of SO handling related to CR0
2020-08-24 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-23 Michael NolanAdd copyright to files in fu/ that I was the primary...
2020-07-25 Luke Kenneth Casso... add spec page numbers to logical ops
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