cvw/wally-pipelined/src/mmu
2021-07-04 17:07:57 -05:00
..
adrdec.sv Removed AHB address, etc signals from physical memory checkers, replaced with physical address from cpu or ptw. Passes lint but not simulations. 2021-06-24 19:59:29 -04:00
adrdecs.sv Moved BOOTTIM to 0x1000-0x1FFF. Added logic to detect an access to undefined memory and assert HREADY so bus doesn't hang. 2021-07-04 01:19:38 -04:00
decoder.sv remove redundant decodes, fixed mmu logic ins/outs 2021-06-07 19:23:30 -04:00
mmu.sv Added ASID & Global PTE handling to TLB CAM 2021-07-04 17:52:00 -04:00
pagetablewalker.sv Removed the TranslationVAdrQ as it is not necessary. 2021-07-04 16:49:34 -05:00
pmachecker.sv Moved BOOTTIM to 0x1000-0x1FFF. Added logic to detect an access to undefined memory and assert HREADY so bus doesn't hang. 2021-07-04 01:19:38 -04:00
pmpadrdec.sv Changed IMMU ExecuteAccessF to 1 rather than InstrReadF to fix buildroot; simplified PMP checker 2021-07-03 03:29:33 -04:00
pmpchecker.sv Replaced generates with arrays in TLB 2021-07-04 12:32:27 -04:00
tlb.sv Fixed TLB_ENTRIES merge conflict and handling of global PTEs 2021-07-04 18:05:22 -04:00
tlbcam.sv Fixed TLB_ENTRIES merge conflict and handling of global PTEs 2021-07-04 18:05:22 -04:00
tlbcamline.sv Fixed TLB_ENTRIES merge conflict and handling of global PTEs 2021-07-04 18:05:22 -04:00
tlblru.sv Added ASID & Global PTE handling to TLB CAM 2021-07-04 17:52:00 -04:00
tlbphysicalpagemask.sv Added ASID & Global PTE handling to TLB CAM 2021-07-04 17:52:00 -04:00
tlbpriority.sv Reorganized TLB to use one-hot read/write select signals to eliminate decoders and encoders 2021-07-04 16:33:13 -04:00
tlbram.sv Fixed TLB_ENTRIES merge conflict and handling of global PTEs 2021-07-04 18:05:22 -04:00
tlbramline.sv Fixed TLB_ENTRIES merge conflict and handling of global PTEs 2021-07-04 18:05:22 -04:00