update comments and docstrings
[soc.git] / src / soc / fu / mmu / test /
2021-04-30 Luke Kenneth Casso... debug and stop on mmu test_pipe_caller.py
2021-04-30 Luke Kenneth Casso... add a TestSRAM variant of LoadStore1, for being able...
2021-04-30 Luke Kenneth Casso... set up LoadStore1 in ConfigMemoryPortInterface and...
2021-04-23 Luke Kenneth Casso... move MMU Testcase to openpower.test
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
2021-04-20 Luke Kenneth Casso... cannot pass in arguments to Core - must be done with...
2021-03-02 Luke Kenneth Casso... comment out changing SPR 720 because 720 is not support...
2021-03-02 Luke Kenneth Casso... sort out SPR setting in MMU
2021-02-24 Tobias Platenupdate mmu testcase
2021-02-20 Luke Kenneth Casso... correct arguments, set microwatt_mmu=True, pass in...
2021-02-20 Luke Kenneth Casso... minor whitespace cleanup
2021-02-20 Tobias Platenmmu testcase: set MMU SPRs
2021-02-20 Tobias Platenadd rom debugger
2021-02-20 Tobias Platenadd mmu rom testcase
2021-02-16 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-02-15 Tobias Platentest case for MMU SPRs: PID and PRTBL
2021-02-04 Tobias Platenupdate test_issuer_mmu_data_path.py to handle SPRs
2021-01-19 Tobias Platentest_issuer_mmu_data_path.py: test both ld and st instr...
2021-01-17 Tobias Platencleanup test_issuer_mmu_data_path.py
2021-01-16 Tobias Platenclean up test case for tlbie and dcbz
2021-01-16 Tobias Platenmove microwatt_mmu bool variable to pspec
2021-01-16 Tobias Platenadd new unittest: test_issuer_mmu_data_path.py
2021-01-15 Tobias Platencleanup test_non_production_core.py
2021-01-15 Tobias Platentest_non_production_core.py: fix hanging test
2021-01-15 Tobias Platentest_non_production_core.py: wire instruction decoder...
2021-01-14 Tobias Platenadd test case for mmu+NonProductionCore
2021-01-07 Tobias Platenset initial_sprs, cleanup mfspr testprog
2021-01-07 Tobias Platenmfspr is RT, SPR
2021-01-06 Tobias Platenfirst testcase for mmu: case_mfspr_after_invalid_load
2020-11-17 Tobias Platentestcase for dcbz
2020-11-11 Tobias Platendcbz and tlbie first test, still incomplete
2020-11-11 Tobias Platenfu/mmu/test/test_pipe_caller.py test case for mfspr
2020-11-08 Tobias Platenmmu fsm testcase: add check_fsm_outputs based on functi...
2020-11-08 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-11-08 Tobias Platenmmu/fsm: test case for mtspr
2020-11-04 Tobias PlatenMMU: begin test case for 'dcbz'
2020-11-03 Tobias Platenfix broken unittest after installing power-instruction...
2020-10-20 Tobias Platens/alu/fsm/g
2020-10-20 Tobias Platentest case for FSMMMUStage
2020-10-08 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2020-10-08 Tobias Platenadd WIP test_pipe_caller.py for mmu