cvw/wally-pipelined/src/mmu
2021-12-28 12:33:07 -06: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 Renamed dtim->ram and boottim ->bootrom 2021-12-14 13:43:06 -08:00
decoder.sv remove redundant decodes, fixed mmu logic ins/outs 2021-06-07 19:23:30 -04:00
hptw.sv Removed WalkerInstrPageFault from icache, privilege unit, lsu, and hptw. 2021-12-28 12:33:07 -06:00
mmu.sv more lsu/ifu lint cleanup 2021-10-23 12:10:13 -07:00
pmachecker.sv Merge branch 'main' into fpga 2021-11-29 10:06:53 -06:00
pmpadrdec.sv removed loops and simplified mask generation logic. PMP's now pass my tests and linux tests up to around 300M instructions. 2021-10-08 15:33:18 -07:00
pmpchecker.sv more lsu/ifu lint cleanup 2021-10-23 12:10:13 -07:00
priorityonehot.sv IEU cleanup 2021-10-23 11:13:28 -07:00
prioritythermometer.sv IEU cleanup 2021-10-23 11:13:28 -07:00
tlb.sv Removed the fault state from the hptw. Now writing TLB faults into the I/DTLBs. This has two advantages. 2021-12-23 12:40:22 -06:00
tlbcam.sv Replaced .or with or_rows structural code in MMU read circuitry for synthesis. 2021-07-13 09:32:02 -04:00
tlbcamline.sv Fixed TLB parameterization and valid bit flop to correctly do instr page faults 2021-07-21 14:44:43 -04:00
tlbcontrol.sv Removed the fault state from the hptw. Now writing TLB faults into the I/DTLBs. This has two advantages. 2021-12-23 12:40:22 -06:00
tlblru.sv Cleaned up priority thermometer verilog. passses regression, ideally shortens critical path through pmp's 2021-07-23 11:57:58 -05:00
tlbmixer.sv Broken. 2021-07-19 10:33:27 -05:00
tlbram.sv Replaced .or with or_rows structural code in MMU read circuitry for synthesis. 2021-07-13 09:32:02 -04:00
tlbramline.sv fixed issues with dc shell not liking modules with parameters without default values. 2021-10-18 17:24:15 -05:00