2024年6月12日发(作者:)
run CONFIG=BOOMConfig2. RISC-V Toolchain安装 $ export
RISCV=/path/to/install/riscv/toolchain $ export PATH="${PATH}RISCV/bin" $ git
clone /ucb-bar/
$ cd rocket-chip $ git checkout boom $ git submodule update --init $ cd riscv-tools $ git
submodule update --init --recursive $ ./ //安装 $ cd ../emulator; make run
CONFIG=BOOMConfig //配置为boom模式


发布评论