loadstore.py: add debug output for dcbz
[soc.git] / src /
2021-10-30 Tobias Platenloadstore.py: add debug output for dcbz
2021-10-30 Tobias Platenupdate unit test
2021-10-30 Tobias Platencompldst_multi.py: handle dcbz
2021-10-29 Tobias Platentest_compldst_multi_mmu.py: verify dcbz result, add...
2021-10-29 Tobias Platenfix unittest test_compldst_multi_mmu.py (load now retur...
2021-10-28 Tobias Platentest_compldst_multi_mmu.py: use nmigen.back.pysim
2021-10-28 Tobias Platentest_compldst_multi_mmu.py: use nmigen.compat.sim
2021-10-10 Luke Kenneth Casso... replace PartitionedSignal with SimdSignal
2021-10-08 Luke Kenneth Casso... Merge branch 'pr' from nix-soc
2021-10-08 klehmancomments for test_runner pr
2021-10-08 klehmanadded comment to teststate
2021-10-08 Tobias Platencleanup test_compldst_multi_mmu.py
2021-10-08 Tobias Platenrefactoring test_compldst_multi_mmu.py
2021-10-08 Tobias Platenupdate test_compldst_multi_mmu.py to use pagetables
2021-10-08 Tobias Platenmove pagetable to external file
2021-10-08 Tobias Platenadd wishbone driver for test_compldst_multi_mmu.py
2021-10-08 Tobias Platenupdate test_compldst_multi_mmu.py
2021-10-08 Tobias Platensrc/soc/experiment/compldst_multi.py: update signal...
2021-10-08 Tobias Platenuse LoadStore1 and DCache in test_compldst_multi_mmu.py
2021-10-08 Tobias Platenmore cleanup on pimem.py
2021-10-08 Tobias Platenwhitespace
2021-10-08 Tobias Platenremove redunant pi_dcbz
2021-10-08 Tobias Platenan extra dcbz parameter in all six places
2021-10-08 Luke Kenneth Casso... have to remove dcbz from pimem.py entirely
2021-10-08 Luke Kenneth Casso... commented-out and disabled the set_dcbz_addr function...
2021-10-08 Tobias Platendcbz: cleanup
2021-10-08 Tobias Platendcbz symbol rename
2021-10-08 Tobias Platenloadstore.py: add function set_dcbz_addr
2021-10-08 Tobias Platenupdate test_dcbz_pi.py test case
2021-10-08 Tobias PlatenPortInterfaceBase: add dcbz handling
2021-10-08 Luke Kenneth Casso... move TestRunner to openpower-isa now that it is part...
2021-10-08 Tobias Platencompldst_multi.py: pass dcbz to portinterface
2021-10-08 Tobias Platentestcase for compldst: wait for address
2021-10-08 Tobias Platenrename ra_needed to zero_a
2021-10-08 Tobias Platenupdate testcase for dcbz
2021-10-08 Tobias Platenadd testcase for dcbz
2021-10-08 klehmanadd a state list for method calling
2021-10-08 Luke Kenneth Casso... found accidental commenting-out of memory setup in...
2021-10-08 Luke Kenneth Casso... move debug printout to see whats going on for ldst
2021-10-08 Luke Kenneth Casso... comments
2021-10-08 Luke Kenneth Casso... Revert "move coresync clock synchronisation into HDLRunner"
2021-10-08 Luke Kenneth Casso... call StateRunner constructor, to add to StateRunner...
2021-10-08 Luke Kenneth Casso... more TODO comments
2021-10-08 Luke Kenneth Casso... move coresync clock synchronisation into HDLRunner
2021-10-08 Luke Kenneth Casso... whoops missed one function which should be a yield...
2021-10-08 Luke Kenneth Casso... use yield from on StateRunners
2021-10-08 Luke Kenneth Casso... add comments, remove unneeded code
2021-10-08 Luke Kenneth Casso... move pc_i and svstate_i to HDLRunner
2021-10-08 klehmanadd end_test, minor cleanup, added hdlrun.cleanup(...
2021-10-08 klehmanmoved pc_i and sv_state to constructor, remove hdl_stat...
2021-10-08 klehmanchange over run_hdl_state to TestRunner class
2021-10-08 Luke Kenneth Casso... add dummy call to simrun and end_test()
2021-10-08 Luke Kenneth Casso... code-comments and dummy functions
2021-10-08 Luke Kenneth Casso... move contents of run_sim_state into SimRunner run_test...
2021-10-08 Luke Kenneth Casso... add a SimRunner prepare_for_test and run_test function
2021-10-07 klehmancomments for test_runner
2021-10-07 klehmanadded comment to teststate
2021-10-05 Tobias Platencleanup test_compldst_multi_mmu.py
2021-10-04 Tobias Platenrefactoring test_compldst_multi_mmu.py
2021-10-04 Tobias Platenupdate test_compldst_multi_mmu.py to use pagetables
2021-10-04 Tobias Platenmove pagetable to external file
2021-10-04 Tobias Platenadd wishbone driver for test_compldst_multi_mmu.py
2021-10-03 Tobias Platenupdate test_compldst_multi_mmu.py
2021-10-03 Tobias Platensrc/soc/experiment/compldst_multi.py: update signal...
2021-10-03 Tobias Platenuse LoadStore1 and DCache in test_compldst_multi_mmu.py
2021-10-03 Tobias Platenmore cleanup on pimem.py
2021-10-03 Tobias Platenwhitespace
2021-10-03 Tobias Platenremove redunant pi_dcbz
2021-10-03 Tobias Platenan extra dcbz parameter in all six places
2021-10-02 Luke Kenneth Casso... have to remove dcbz from pimem.py entirely
2021-10-02 Luke Kenneth Casso... commented-out and disabled the set_dcbz_addr function...
2021-10-02 Tobias Platendcbz: cleanup
2021-10-02 Tobias Platendcbz symbol rename
2021-10-02 Tobias Platenloadstore.py: add function set_dcbz_addr
2021-10-02 Tobias Platenupdate test_dcbz_pi.py test case
2021-10-02 Tobias PlatenPortInterfaceBase: add dcbz handling
2021-10-01 Luke Kenneth Casso... move TestRunner to openpower-isa now that it is part...
2021-09-29 Tobias Platencompldst_multi.py: pass dcbz to portinterface
2021-09-29 Tobias Platentestcase for compldst: wait for address
2021-09-28 Tobias Platenrename ra_needed to zero_a
2021-09-28 Tobias Platenupdate testcase for dcbz
2021-09-28 Tobias Platenadd testcase for dcbz
2021-09-26 Las SafinAdd script for loading Libre-SOC onto Versa ECP5 board!
2021-09-26 klehmanadd a state list for method calling
2021-09-25 Luke Kenneth Casso... found accidental commenting-out of memory setup in...
2021-09-25 Luke Kenneth Casso... move debug printout to see whats going on for ldst
2021-09-25 Luke Kenneth Casso... comments
2021-09-25 Luke Kenneth Casso... Revert "move coresync clock synchronisation into HDLRunner"
2021-09-25 Luke Kenneth Casso... call StateRunner constructor, to add to StateRunner...
2021-09-25 Luke Kenneth Casso... more TODO comments
2021-09-25 Luke Kenneth Casso... move coresync clock synchronisation into HDLRunner
2021-09-25 Luke Kenneth Casso... whoops missed one function which should be a yield...
2021-09-25 Luke Kenneth Casso... use yield from on StateRunners
2021-09-25 Las SafinMerge remote-tracking branch 'upstream/master' into pr
2021-09-25 Las SafinUpdate libresoc-litex submodule
2021-09-25 Las SafinUpdate libresoc-litex submodule
2021-09-25 Luke Kenneth Casso... add comments, remove unneeded code
2021-09-25 Luke Kenneth Casso... move pc_i and svstate_i to HDLRunner
2021-09-25 klehmanadd end_test, minor cleanup, added hdlrun.cleanup(...
2021-09-25 klehmanmoved pc_i and sv_state to constructor, remove hdl_stat...
next