From d9a049aa72a8325218cd5ae40341141be61ae966 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 8 Jun 2018 12:31:55 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index e41d167..577279c 100644 --- a/README.md +++ b/README.md @@ -146,17 +146,6 @@ make sudo make install ``` -The VexRiscv need the unreleased master-head of SpinalHDL : - -```sh -# Compile and localy publish the latest SpinalHDL -rm -rf SpinalHDL -git clone https://github.com/SpinalHDL/SpinalHDL.git -cd SpinalHDL -sbt clean compile publish-local -cd .. -``` - ## CPU generation You can find two example of CPU instantiation in : - src/main/scala/vexriscv/GenFull.scala