put set_msr and set_cia back in for now
[soc.git] / src / soc / fu / test / common.py
2020-07-21 Luke Kenneth Casso... put set_msr and set_cia back in for now
2020-07-21 Luke Kenneth Casso... move cia and msr to trap input record
2020-07-08 Luke Kenneth Casso... allow qemu to stop at specified end point
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-07 Luke Kenneth Casso... code-shuffle on testing to prepare loading large files...
2020-07-06 Luke Kenneth Casso... whoops forgot that the mul pipeline is actually a pipel...
2020-07-06 Luke Kenneth Casso... adding mtspr tests
2020-07-05 Luke Kenneth Casso... check msr in trap test, fix OP_RFID
2020-07-05 Luke Kenneth Casso... big reorg on PowerDecoder2, actually Decode2Execute1Type
2020-07-05 Luke Kenneth Casso... check xer_out not xer_in
2020-07-05 Luke Kenneth Casso... sigh read and write xer detection, fix spr and trap...
2020-07-05 Luke Kenneth Casso... get/set slow spr in spr test_pipe_caller
2020-07-05 Luke Kenneth Casso... check NIA on trap fu test
2020-07-04 Luke Kenneth Casso... sorting out trap fastregs
2020-07-04 Luke Kenneth Casso... sort out trap test reg checking
2020-07-04 Luke Kenneth Casso... sorting out fast/spr naming
2020-07-04 Luke Kenneth Casso... add spr test, add decode of spr in/out
2020-07-01 Luke Kenneth Casso... trap test check results
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-12 Luke Kenneth Casso... use ALUHelpers in LDSTCompUnit test
2020-06-11 Luke Kenneth Casso... fixing get_rd_sim_xer_ca, has to only read carry if...
2020-06-11 Luke Kenneth Casso... read and write version of get_sim_xer_ca are different
2020-06-11 Luke Kenneth Casso... use ALUHelpers in shift_rot
2020-06-11 Luke Kenneth Casso... add fast spr1/2 sim ALUHelpers
2020-06-11 Luke Kenneth Casso... rename get_sim_cr_a to get_wr_sim_cr_a for now
2020-06-10 Luke Kenneth Casso... add link to bug 361 in FU test
2020-06-10 Luke Kenneth Casso... TODO on RA immediate-zero mode
2020-06-10 Luke Kenneth Casso... use sim-get helpers in ALU input fetch
2020-06-10 Luke Kenneth Casso... continue ALUHelpers check alu outputs code-morph
2020-06-10 Luke Kenneth Casso... code-morph ALU output test check phase
2020-06-10 Luke Kenneth Casso... starting on alu output check
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for ShiftRot test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for CR test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... move to common ALUHelpers for branch test_pipe_caller.py
2020-06-10 Luke Kenneth Casso... code-munge test_pipe_caller for ALU,
2020-06-07 Luke Kenneth Casso... add MSR to simulator context
2020-06-06 Luke Kenneth Casso... allow Mem in Simulator to be initialised
2020-06-04 Luke Kenneth Casso... move TestCase to common location