An open API service indexing awesome lists of open source software.

https://github.com/baochuquan/riscv-mmu


https://github.com/baochuquan/riscv-mmu

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

使用Verilog重写RISC-V Rocket
Chip的MMU结构。该结构内部包含一个I-TLB、一个D-TLB和一个PTW模块。以此对比Chisel自动生成的Verilog设计与手写的Verilog设计的差异。