更新 Readme.md
This commit is contained in:
parent
1f1ed068a0
commit
1c449f1f68
13
Readme.md
13
Readme.md
|
@ -70,19 +70,6 @@ sudo make clean
|
|||
sudo make -j12
|
||||
```
|
||||
|
||||
* Opetion2 :
|
||||
|
||||
```bash
|
||||
sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev libusb-1.0-0-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev device-tree-compiler pkg-config libexpat-dev libfl-dev
|
||||
git clone https://github.com/chipsalliance/rocket-tools.git
|
||||
git submodule update --init --recursive
|
||||
# riscv-isa-sim and openocd may be checkout to main branch to avoid compile error
|
||||
sudo su
|
||||
export RISCV=/opt/riscv
|
||||
export MAKEFLAGS="-j12"
|
||||
./build-rv32ima.sh
|
||||
```
|
||||
|
||||
## install xilinx
|
||||
|
||||
1. 下载vivado安装文件
|
||||
|
|
Loading…
Reference in New Issue