ChiselIOPMP is an open-sourced Chisel implementation of the RISC-V I/O Physical Memory Protection (IOPMP).
Existing open-sourced IOPMP implementations are primarily written in Verilog (see Related Works).
ChiselIOPMP aims to leverage Chisel’s agile development methodology for IOPMP implementation.
ChiselIOPMP
ChiselIOPMP是RISC-V输入输出物理内存保护(I/O Physical Memory Protection, IOPMP)的开源Chisel实现。 现有的开源IOPMP实现主要是用Verilog编写的相关工作。 ChiselIOPMP旨在将Chisel敏捷开发的方法应用于IOPMP的实现。
ChiselIOPMPis an open-sourced Chisel implementation of the RISC-V I/O Physical Memory Protection (IOPMP). Existing open-sourced IOPMP implementations are primarily written in Verilog (see Related Works).ChiselIOPMPaims to leverage Chisel’s agile development methodology for IOPMP implementation.简介(Introduction)
该实现包括:
更多信息,请参阅文档。’待添加’
This implementation includes:
For more detailed information, please refer to the documentation. ‘TODO’
使用方法(Usage)
项目由Makfile构建,可以在命令行输入’make help’查看更详细的帮助说明。
The project is built using Makefile. You can enter
make helpin the command line to view more detailed help instructions.相关工作(Related Works)