Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/OpenXiangShan/XiangShan
Clone or Download
Makefile.test 331 Bytes
Copy Edit Raw Blame History
# only generate a small module: example
verilog-decode:
mill -i XiangShan.test.runMain xiangshan.DecodeMain -td build --output-file DecodeUnit.v
# chiseltest
# autorun all the chiselTest case
test:
mill -i XiangShan.test.test
# only run DecodeUnitTest
test-DecodeUnit:
mill -i XiangShan.test.testOnly xiangshan.DecodeUnitTest
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化