soc.git
2021-12-22 Luke Kenneth... whoops use C not Const
2021-12-22 Luke Kenneth... whoops use C not Const
2021-12-22 Luke Kenneth... remove bus_ack (found bug in Simulation, sorted)
2021-12-22 Luke Kenneth... bug in mmu setting radix tree size with one extra bit
2021-12-21 Luke Kenneth... continue to assert PC in FetchFSM if needed
2021-12-21 Luke Kenneth... enable I-Cache wishbone memory type in issuer_verilog...
2021-12-21 Luke Kenneth... whoops issuer_verilog.py enabling mmu has to pass micro...
2021-12-21 Luke Kenneth... for each unit test case in test_issuer_mmu_data_path...
2021-12-21 Luke Kenneth... test_issuer_mmu_data_path.py needs to use wb_get because of
2021-12-21 Luke Kenneth... mmu code-comments
2021-12-21 Luke Kenneth... comments
2021-12-21 Luke Kenneth... use prtbl in proc_tbl_wait in mmu
2021-12-21 Luke Kenneth... mmu.py comments
2021-12-20 Luke Kenneth... set up DAR correctly in unit tests, added set_ldst_spr...
2021-12-20 Luke Kenneth... unit tests for SPRs when MMU enabled,
2021-12-20 Luke Kenneth... more code-comments
2021-12-20 Luke Kenneth... code-comments in MMU
2021-12-20 Luke Kenneth... prefer not to invert when doing if/else.
2021-12-20 Luke Kenneth... more code-comments
2021-12-20 Luke Kenneth... add RTPDE - Radit Tree Page Directory Entry - Record...
2021-12-20 Luke Kenneth... add (and ues) PRTBL Record in MMU
2021-12-20 Luke Kenneth... create PGTBL Record and use it in MMU page_table_idle
2021-12-19 Luke Kenneth... add hard stop address in ifetch unit test, bit of a...
2021-12-19 Luke Kenneth... set terminate if core terminate requested
2021-12-19 Luke Kenneth... code-comments
2021-12-19 Luke Kenneth... add DMI STOPADDR register and use it in HDLRunner to...
2021-12-19 Luke Kenneth... break out when core is stopped in HDLRunner
2021-12-18 Luke Kenneth... add link to XICS bugreport
2021-12-18 Luke Kenneth... sort out reset signalling after tracking down Simulatio...
2021-12-18 Luke Kenneth... add icache/dcache/mmu unit test for TestIssuer
2021-12-18 Luke Kenneth... get instructions to re-run in issuer after I-Cache...
2021-12-18 Luke Kenneth... forgot to connect up I-Cache to MMU
2021-12-18 Luke Kenneth... move connection of bus.stall in icache.py,
2021-12-18 Luke Kenneth... tidyup
2021-12-18 Luke Kenneth... tlb_req_index is TLB_BITS long not TLB_SIZE
2021-12-16 Luke Kenneth... whoops, a Simulation bug, dcache bus ack Signal needed...
2021-12-16 Luke Kenneth... give names to MMU records
2021-12-16 Luke Kenneth... set_mmu_spr was using the slow-SPR index for the regfile
2021-12-16 Luke Kenneth... whoops remove duplicate code (cut/paste error) no harm...
2021-12-15 Luke Kenneth... remove more unneeded code
2021-12-15 Luke Kenneth... read MSR.PR and MSR.DR and update ICache priv/virt...
2021-12-15 Luke Kenneth... remove more of SVP64 from TestIssuerInternalInOrder
2021-12-15 Luke Kenneth... remove update of pc, msr and svstate from TestIssuerInOrder
2021-12-15 Luke Kenneth... move update of pc, msr and svstate into TestIssuerBase
2021-12-15 Luke Kenneth... comment-out TestIssuerInternalInorder for now
2021-12-15 Luke Kenneth... move alternative TestIssuerInternalInOrder to new file
2021-12-15 Luke Kenneth... split out common elaboratable code from TestIssuer,
2021-12-15 Luke Kenneth... big split-out of common functions in TestIssuer to...
2021-12-15 Luke Kenneth... simplifying / tidyup of TestIssuer to get CoreState
2021-12-15 Luke Kenneth... sort out MSR, read/write in same way as PC/SVSTATE...
2021-12-15 Luke Kenneth... whoops accidentally commented out setup of instructions
2021-12-15 Luke Kenneth... get fetch_failed working with no MMU
2021-12-14 Tobias Platentest_loadstore1.py: test_loadstore1_ifetch_multi now...
2021-12-14 Luke Kenneth... trying to get TestIssuer FSM to respond correctly to...
2021-12-14 Luke Kenneth... get OP_FETCH_FAILED to respond/return an exception...
2021-12-14 Luke Kenneth... update wb_get memory with instructions if required
2021-12-14 Tobias Platenfix test_loadstore1_ifetch_multi() in test_loadstore1.py
2021-12-14 Tobias Platenwip test case for virtual address fetch using fetch...
2021-12-14 Tobias Platenfix test_loadstore1_ifetch_multi()
2021-12-14 Jonathan NeuschäferGitLab-CI: Increase clone depth
2021-12-14 Luke Kenneth... MMU LOOKUP for fetch failed, priv mode is inversion...
2021-12-14 Luke Kenneth... link MSR.PR into MMU FSM OP_FETCH_FAILED
2021-12-13 Luke Kenneth... return temporarily to older version of pinmux submodule
2021-12-13 Luke Kenneth... request a flush of icache to clear the instruction...
2021-12-13 Tobias Platentry to get multi test running
2021-12-13 Tobias Platencomments about test_loadstore1_ifetch()
2021-12-13 Luke Kenneth... fix test_loadstore1.py with MSR=PR/DR
2021-12-13 Luke Kenneth... set pr=0 because privileged mode is pr=0 not pr=1
2021-12-13 Luke Kenneth... add in missing MSRSpec import
2021-12-13 Luke Kenneth... commented-out code
2021-12-13 Tobias Platenupdate MMU PortInterface Test (misalign)
2021-12-13 Tobias Platencleanup test_ldst_pi.py
2021-12-13 Tobias Platenupdate old TestMicrowattMemoryPortInterface
2021-12-13 Tobias Platenreplace msr_pr with msr
2021-12-13 Tobias Platencleanup test_dcbz_pi.py
2021-12-13 Luke Kenneth... fix up pr/dr/sf in PortInterfaceBase
2021-12-13 Luke Kenneth... pass in new MSRSpec to test_loadstore1.py not msr_pr=1
2021-12-13 Luke Kenneth... convert PortInterfaceBase to pass msr not msr_pr
2021-12-13 Luke Kenneth... convert LoadStore1 to new msr.pr/dr/sf
2021-12-13 Luke Kenneth... add msr to MMU Op Subset record
2021-12-13 Tobias Platenuse NamedTuple pr in test_pi2ls
2021-12-13 Luke Kenneth... still have to import MSRSpec
2021-12-13 Luke Kenneth... connect up PortInterface priv_mode, virt_mode and mode_...
2021-12-13 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2021-12-13 Luke Kenneth... construct an MSRSpec in PortInterfaceBase (not used...
2021-12-13 Tobias Platenremove redundant MSRSpec from pimem
2021-12-13 Luke Kenneth... whoops wrong variable names
2021-12-13 Luke Kenneth... rename msr_pr to priv_mode in LDSTCompUnit
2021-12-13 Luke Kenneth... TODO comments about using MSRspec
2021-12-13 Luke Kenneth... change PortInterface naming to msr not msr_pr in set_wr...
2021-12-13 Tobias Platenadd namedtuple proposed by lkcl in chat
2021-12-13 Tobias Platenadd signals to port interface as descibed in bug 756
2021-12-13 Tobias Platenmore work on test_loadstore1_ifetch_multi()
2021-12-12 Luke Kenneth... set and reset instruction fault so it does not occur...
2021-12-12 Luke Kenneth... when an exception happens, if it is a fetch_failed...
2021-12-12 Luke Kenneth... delay MMU LOOKUP done by one clock so that the exceptio...
2021-12-12 Luke Kenneth... bring MMU exception out where AllFunctionUnits (and...
2021-12-12 Luke Kenneth... bring exception out from MMU FSM, correct "done"
2021-12-12 Luke Kenneth... add LDSTException output to MMU
2021-12-12 Luke Kenneth... drat, a test inverting the instruction made it into...
next