mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05: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
|
||||
You can find two example CPU instances in:
|
||||
- src/main/scala/vexriscv/GenFull.scala
|
||||
- src/main/scala/vexriscv/GenSmallest.scala
|
||||
- src/main/scala/vexriscv/demo/GenFull.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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue