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

https://github.com/overflowcat/buaa-riscv-co


https://github.com/overflowcat/buaa-riscv-co

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

每个文件夹包含了每个子模块的测试文件

以alu_test文件夹为例
你可以拷贝到你能找到的文件夹下,需要你补充其中的alu.v文件,
在modelsim中直接在该文件夹创建项目并将alu.v tb_alu.v文件添加到项目,
即可使用tb_alu.v文件进行测试,测试结果在TCL界面,
通过比对波形是否符合预期进行debug

cpu_core_test包含的文件较多,其中有仔细说明

注:所有文件都可通过文本编辑器打开并修改