文件名称:riscv-self:Chisel 3的mini risc-v内核
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-03 15:48:39
scala chisel riscv hdl risc-v
自我 我自己的项目lihanyuan( ) 安装 git clone --recursive https://github.com/WindProphet/riscv-self 先决条件 Java8的 sbt python3 用法 # build every part to verilog and firrtl make compile # test all make test # test only a part make test-ALU # clean built resource make clean 关于构建RISC-V工具链 在macOS上构建RISC-V工具链需要区分大小写的文件系统 hdiutil create -size 20g -type SPARSE -fs " Case-sensitive HFS+ " -volname riscv-toolchain ris
【文件预览】:
riscv-self-master
----.gitignore(58B)
----opcodes()
----Makefile(1KB)
----project()
--------plugins.sbt(163B)
--------build.properties(18B)
----src()
--------.gitignore(15B)
--------main()
--------test()
----LICENSE(1KB)
----.gitmodules(198B)
----scripts()
--------.gitignore(11B)
--------testconst.py(2KB)
--------constants.py(776B)
--------link_latest.sh(1KB)
--------opcodes.py(4KB)
--------utility.py(2KB)
--------test_dump.sh(110B)
----README.md(972B)
----.editorconfig(218B)
----build.sbt(618B)