format code
[soc.git] / src / soc / fu / trap / test / test_pipe_caller.py
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