cvw/wally-pipelined/src/mmu
Ross Thompson ce29d0f00f Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
2021-07-26 11:55:00 -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 Fixed adrdecs to use Access signals for TIMs 2021-07-05 23:42:58 -04:00
decoder.sv remove redundant decodes, fixed mmu logic ins/outs 2021-06-07 19:23:30 -04:00
hptw.sv Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2021-07-26 11:55:00 -05:00
mmu.sv Broken. 2021-07-19 10:33:27 -05:00
pmachecker.sv Found bug in the PMA such that invalid addresses were sent to the tim. Once addressing this issue the sv48 test fails early with a pma access fault. 2021-07-15 11:56:35 -05:00
pmpadrdec.sv Cleaned up priority thermometer verilog. passses regression, ideally shortens critical path through pmp's 2021-07-23 11:57:58 -05:00
pmpchecker.sv Cleaned up priority thermometer verilog. passses regression, ideally shortens critical path through pmp's 2021-07-23 11:57:58 -05:00
priorityonehot.sv Cleaned up priority thermometer verilog. passses regression, ideally shortens critical path through pmp's 2021-07-23 11:57:58 -05:00
prioritythermometer.sv Cleaned up priority thermometer verilog. passses regression, ideally shortens critical path through pmp's 2021-07-23 11:57:58 -05:00
tlb.sv Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2021-07-21 16:39:07 -05: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 Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main 2021-07-21 16:44:32 -05: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 Eliminate reserved bits from TLB RAM 2021-07-08 17:35:00 -04:00