mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 22:17:05 -04:00
Fix readme demo path
This commit is contained in:
parent
e0c8ac01d2
commit
b9922105f0
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ sudo make install
|
||||||
|
|
||||||
## CPU generation
|
## CPU generation
|
||||||
You can find two example CPU instances in:
|
You can find two example CPU instances in:
|
||||||
- src/main/scala/vexriscv/GenFull.scala
|
- src/main/scala/vexriscv/demo/GenFull.scala
|
||||||
- src/main/scala/vexriscv/GenSmallest.scala
|
- src/main/scala/vexriscv/demo/GenSmallest.scala
|
||||||
|
|
||||||
To generate the corresponding RTL as a VexRiscv.v file, run the following commands in the root directory of this repository:
|
To generate the corresponding RTL as a VexRiscv.v file, run the following commands in the root directory of this repository:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue