Skip to content

Commit

Permalink
Merge pull request #394 from PythonLinks/master
Browse files Browse the repository at this point in the history
Improved the paragraph about available configurations.
  • Loading branch information
Dolu1990 committed Mar 6, 2024
2 parents fe5e6dd + 30871d3 commit 55d6b2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 55d6b2f

Please sign in to comment.