https://github.com/overflowcat/buaa-riscv-co
https://github.com/overflowcat/buaa-riscv-co
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overflowcat/buaa-riscv-co
- Owner: OverflowCat
- Created: 2024-10-22T02:56:29.000Z (over 1 year ago)
- Default Branch: expt2
- Last Pushed: 2024-11-23T06:24:21.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:47:49.632Z (about 1 year ago)
- Language: Assembly
- Size: 266 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
每个文件夹包含了每个子模块的测试文件
以alu_test文件夹为例
你可以拷贝到你能找到的文件夹下,需要你补充其中的alu.v文件,
在modelsim中直接在该文件夹创建项目并将alu.v tb_alu.v文件添加到项目,
即可使用tb_alu.v文件进行测试,测试结果在TCL界面,
通过比对波形是否符合预期进行debug
cpu_core_test包含的文件较多,其中有仔细说明
注:所有文件都可通过文本编辑器打开并修改