Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / config / test / test_pi2ls.py
2023-09-11 Jacob Lifshaymark test_pi2ls.py as broken
2022-01-09 Luke Kenneth Casso... add linux-5.7 unit test which showed a silly error:
2021-12-13 Tobias Platenuse NamedTuple pr in test_pi2ls
2021-12-13 Tobias Platenadd signals to port interface as descibed in bug 756
2021-12-04 Tobias Platenfixed wait_addr to exit immediately on exception
2021-12-04 Luke Kenneth Casso... remove DAR from PortInterface (where is the data going...
2021-12-04 Luke Kenneth Casso... fix pi_st which should not be trying to wait for the...
2021-12-03 Luke Kenneth Casso... fix up LDST test functions pi_ld and pi_st to respect...
2021-12-03 Luke Kenneth Casso... whitespace
2021-12-02 Tobias Platenfix test_random in test_loadstore1
2021-11-24 Tobias Platenfix exception handling in pi_ld
2021-11-22 Tobias Platenfix fast exception handling for pi_st
2021-11-21 Tobias Platenadd testcase for fast exceptions on store
2021-11-20 Tobias Platenfix pi_ld testcase
2021-11-17 Tobias Platenwhitespace
2021-11-17 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-11-17 Tobias Platenfix mistake in test_pi2ls.py
2021-11-17 Tobias Platenfixed busy waiting in pi_st
2021-11-16 Tobias Platenpi_ld busy waiting fix
2021-10-08 Tobias Platenwhitespace
2021-10-08 Tobias Platenremove redunant pi_dcbz
2021-10-08 Tobias Platendcbz symbol rename
2021-10-03 Tobias Platenwhitespace
2021-10-03 Tobias Platenremove redunant pi_dcbz
2021-10-02 Tobias Platendcbz symbol rename
2021-07-21 Tobias Platenrevert accidential delete in test_pi2ls.py causing...
2021-07-21 Tobias Platenupdate pi_dcbz function
2021-07-19 Tobias Platensrc/soc/config/test/test_pi2ls.py: add more debug outputs
2021-07-11 Tobias Platenimplement pi_dcbz
2021-05-25 Tobias Platenwait_ldok: add debug output count
2021-05-14 Luke Kenneth Casso... sort out LoadStore1 misalignment FSM, also required...
2021-05-12 Luke Kenneth Casso... start doing virtual memory queries via PortInterface...
2020-07-29 Jacob Lifshayclean up some tests
2020-07-29 Jacob Lifshayformat some tests
2020-07-01 Luke Kenneth Casso... minor reorg on how Bus and Config classes are set up
2020-06-27 Luke Kenneth Casso... unit test in l0_cache to connect to testpi and test_bare_wb
2020-06-27 Luke Kenneth Casso... fix TestMemLoadStoreUnit, it required a FSM to monitor...
2020-06-27 Luke Kenneth Casso... add wishbone Pi2LSUI test