我一直在尝试安装火箭碎片产生器。
这就是我所做的
$ git clone https://github.com/ucb-bar/rocket-chip.git
$ cd rocket-chip
$ export ROCKETCHIP='pwd'
$ git submodule update --init
$ export RISCV=/home/user1/rocket-chip
和github的自述文件说我应该安装riscv-tools
所以,我已经创建了/ home / fulladder / riscv-tools
并尝试安装秒表,即isa仿真器
我输入
$ apt-get install device-tree-compiler
$ mkdir build
$ cd build
但是我不明白接下来的教学方法
$ ../configure --prefix=$RISCV --with-fesvr=$RISCV
你能告诉我下一步我要做什么
而且,我正在尝试学习Rocket芯片生成器和RISC-V
您能推荐一些书籍或网站来学习这两部分吗