1 Star 0 Fork 0

XiangShan / HuanCun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 741 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
xuyinan 提交于 2023-10-08 10:30 . Bump Chisel and rocket-chip (#147)
init:
git submodule update --init
cd rocket-chip && git submodule update --init hardfloat cde
compile:
mill -i HuanCun.compile
test:
mill -i HuanCun.test.test
test-top-l2:
mill -i HuanCun.test.runMain huancun.TestTop_L2 -td build
test-top-l2standalone:
mill -i HuanCun.test.runMain huancun.TestTop_L2_Standalone -td build
test-top-l2l3:
mill -i HuanCun.test.runMain huancun.TestTop_L2L3 -td build
test-top-fullsys:
mill -i HuanCun.test.runMain huancun.TestTop_FullSys -td build
basic-test:
mill -i HuanCun.test.testOnly -o -s huancun.ConnectionTester
bsp:
mill -i mill.bsp.BSP/install
idea:
mill -i mill.scalalib.GenIdea/idea
clean:
rm -rf ./build
reformat:
mill -i __.reformat
checkformat:
mill -i __.checkFormat
Scala
1
https://gitee.com/OpenXiangShan/HuanCun.git
git@gitee.com:OpenXiangShan/HuanCun.git
OpenXiangShan
HuanCun
HuanCun
master

搜索帮助