parent
f54865bcb8
commit
6334f430fe
|
@ -159,7 +159,7 @@ You can find two example CPU instances in:
|
||||||
- src/main/scala/vexriscv/GenFull.scala
|
- src/main/scala/vexriscv/GenFull.scala
|
||||||
- src/main/scala/vexriscv/GenSmallest.scala
|
- src/main/scala/vexriscv/GenSmallest.scala
|
||||||
|
|
||||||
To generate the corresponding RTL as a VexRiscv.v file, run:
|
To generate the corresponding RTL as a VexRiscv.v file, run the following commands in the root directory of this repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sbt "run-main vexriscv.demo.GenFull"
|
sbt "run-main vexriscv.demo.GenFull"
|
||||||
|
|
Loading…
Reference in New Issue