From b7e7faebadb5daf83118405fc6bdb0bd9f2a59e0 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sun, 4 Oct 2020 09:57:34 +0200 Subject: [PATCH] sbt update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8713025..329dbaf 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ sbt "runMain vexriscv.demo.GenSmallest" NOTES: - It could take time the first time you run it. - The VexRiscv project may need an unreleased master-head of the SpinalHDL repo. If it fails to compile, just get the SpinalHDL repository and - do a "sbt clean compile publish-local" in it as described in the dependencies chapter. + do a "sbt clean compile publishLocal" in it as described in the dependencies chapter. ## Regression tests