mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
parent
f54865bcb8
commit
6334f430fe
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ You can find two example CPU instances in:
|
|||
- src/main/scala/vexriscv/GenFull.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
|
||||
sbt "run-main vexriscv.demo.GenFull"
|
||||
|
|
Loading…
Reference in a new issue