From 4e158d3d371acb1a223485cb67d4e5cdbd7dfe71 Mon Sep 17 00:00:00 2001 From: Marc Pignat Date: Wed, 1 Jun 2016 15:04:56 +0200 Subject: [PATCH] Running in eclipse documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b4e408..9c3a465 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ You need to install : And do the following : - Clone or download this repository. -- In Intellij IDEA, "import project" with the root of this repository, Import project from external model SBT, Check all box -- In addition maybe you need to specify some path like JDK to Intellij -- In the project (Intellij project GUI), right click on src/main/scala/MyCode/TopLeve.scala and select "Run MyTopLevel" +- Run ```sbt eclipse``` in the ```SpinalBaseProject``` directory. +- Import the eclipse project from eclipse. +- In the project (eclips project GUI), right click on src/main/scala/MyCode/TopLeve.scala and select "Run as" > "Scala application" -Normally, this must generate output files MyTopLevel.vhd. +Normally, this must generate output file ```MyTopLevel.vhd```.