From 30871d3381815b7821e518fc8aab0da226a36d1e Mon Sep 17 00:00:00 2001 From: PythonLinks <34622952+PythonLinks@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:57:41 +0100 Subject: [PATCH] Improved the paragraph about available configurations. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 56dfe42..68a8fc4 100644 --- a/README.md +++ b/README.md @@ -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: