Update README.md
This commit is contained in:
parent
cee3ad8147
commit
d9a049aa72
11
README.md
11
README.md
|
@ -146,17 +146,6 @@ make
|
|||
sudo make install
|
||||
```
|
||||
|
||||
The VexRiscv need the unreleased master-head of SpinalHDL :
|
||||
|
||||
```sh
|
||||
# Compile and localy publish the latest SpinalHDL
|
||||
rm -rf SpinalHDL
|
||||
git clone https://github.com/SpinalHDL/SpinalHDL.git
|
||||
cd SpinalHDL
|
||||
sbt clean compile publish-local
|
||||
cd ..
|
||||
```
|
||||
|
||||
## CPU generation
|
||||
You can find two example of CPU instantiation in :
|
||||
- src/main/scala/vexriscv/GenFull.scala
|
||||
|
|
Loading…
Reference in New Issue