Merge pull request #394 from PythonLinks/master

Improved the paragraph about available configurations.
This commit is contained in:
Dolu1990 2024-03-06 11:31:54 +01:00 committed by GitHub
commit 55d6b2f597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -193,9 +193,7 @@ sudo make install
```
## CPU generation
You can find two example CPU instances in:
- `src/main/scala/vexriscv/demo/GenFull.scala`
- `src/main/scala/vexriscv/demo/GenSmallest.scala`
We now have twenty-two CPU configurations [in this directory](./src/main/scala/vexriscv/demo). Look at the files called Gen*.scala. Here is the [full configuration](./src/main/scala/vexriscv/demo/GenFull.scala), and the [smallest configuration](./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: