Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / fu / trap / test / test_pipe_caller.py
2022-06-26 Luke Kenneth Casso... update trap test_pipe_caller.py to use up-to-date test...
2022-06-26 Luke Kenneth Casso... convert trap test_pipe_caller.py to consistent format
2021-12-09 Jacob Lifshayadd parent_pspec everywhere
2021-12-09 Jacob Lifshayformat code
2021-09-03 Luke Kenneth Casso... another batch of ready/valid i/o prefix-suffix swaps
2021-08-24 Luke Kenneth Casso... replace data_o with o_data and data_i with i_data as...
2021-05-04 Luke Kenneth Casso... adding fast3 SPR to Trap pipeline and unit test
2021-04-23 Luke Kenneth Casso... add trap test cases
2021-04-23 Luke Kenneth Casso... import from openpower.endian
2021-04-23 Luke Kenneth Casso... use openpower.test.common
2021-04-23 Luke Kenneth Casso... more openpower-isa conversion
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-10-06 Luke Kenneth Casso... skip Decode2ToOperand from PowerDecodeSubset
2020-09-26 Cesar StraussConvert a few more tests to be able to use cxxsim
2020-08-14 Luke Kenneth Casso... hrfid unit test sets up HSRR0 and HSRR1
2020-08-14 Luke Kenneth Casso... add hrfid unit test
2020-08-11 Luke Kenneth Casso... whoops fix change of variable (state) msr/pc
2020-07-29 Jacob Lifshayformat some tests
2020-07-26 Luke Kenneth Casso... convert TRAP test to accumulator style
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-21 Luke Kenneth Casso... move cia and msr to trap input record
2020-07-16 Luke Kenneth Casso... add mfmsr trap tests
2020-07-15 Luke Kenneth Casso... test privileged rfid call
2020-07-15 Luke Kenneth Casso... set MSR up properly for privileged mtmsr test
2020-07-14 Luke Kenneth Casso... adding MSR.PR unit test intended to activate privileged...
2020-07-13 Luke Kenneth Casso... add mtmsrd instruction and unit test
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-07-11 Luke Kenneth Casso... sorting out bigendian/littleendian including in qemu
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-06 Luke Kenneth Casso... adding mtspr tests
2020-07-05 Luke Kenneth Casso... add mtmsr tests (fail)
2020-07-05 Luke Kenneth Casso... check msr in trap test, fix OP_RFID
2020-07-05 Luke Kenneth Casso... add an illegal instruction trap test
2020-07-05 Luke Kenneth Casso... big reorg on PowerDecoder2, actually Decode2Execute1Type
2020-07-05 Luke Kenneth Casso... check NIA on trap fu test
2020-07-04 Luke Kenneth Casso... sort out trap test reg checking
2020-07-01 Luke Kenneth Casso... whoops swapped trap test instructions accidentally
2020-07-01 Luke Kenneth Casso... attempting to add SPRs to rfid test
2020-07-01 Luke Kenneth Casso... trap test check results
2020-07-01 Luke Kenneth Casso... add rfid and td/tw trap test
2020-07-01 Luke Kenneth Casso... continue debugging trap pipeline
2020-07-01 Luke Kenneth Casso... start running trap unit test, fixing errors
2020-06-07 colepoirierAdd back test cases to cookie-cut from for fu/trap...
2020-06-05 colepoirierAdded skeleton fu/trap/test/test_pipe_caller using