move common functionality between PipeSpecs to soc.fu.pipe_data
[soc.git] / src / soc / fu / logical /
2020-05-21 Luke Kenneth Casso... move common functionality between PipeSpecs to soc...
2020-05-21 Luke Kenneth Casso... move FU IntegerData to directory below
2020-05-21 Luke Kenneth Casso... convert to individual PipeSpecs for each pipeline
2020-05-20 Michael NolanMake test for bpermd exercise the module a bit more
2020-05-20 colepoirierAdded OP_BPERMD to fu/logical pipeline, with test
2020-05-20 Luke Kenneth Casso... add register specs to pipeline in/out so that they...
2020-05-20 Luke Kenneth Casso... formal proof rename on XER flags
2020-05-20 Luke Kenneth Casso... normalise XER regs carry/32 and SO
2020-05-20 Michael NolanAdd proof for OP_CNTZ
2020-05-20 Luke Kenneth Casso... add cross-reference to bugtracker and wiki
2020-05-20 Michael NolanAdd test for edge cases that were previously buggy
2020-05-20 Michael NolanDelete assume left over from testing
2020-05-20 Michael NolanAdd proof for OP_PRTY
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 colepoirierRenamed bperm files in fu/logical and fu/logical formal...
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-19 colepoirierAdded luke's suggested code to cover all 3 assertions...
2020-05-18 colepoirierAdded 2nd of 3 assertions for proof_bperm.py, currently...
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