From b9922105f0f61a4c72d657ea6bd746a11820eb32 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Tue, 26 Feb 2019 17:22:13 +0100 Subject: [PATCH] Fix readme demo path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef6df53..b874eb4 100644 --- a/README.md +++ b/README.md @@ -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: