Update README.md

Fix #44
This commit is contained in:
Dolu1990 2018-12-04 19:07:51 +01:00 committed by GitHub
parent f54865bcb8
commit 6334f430fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"