Running in eclipse documentation

This commit is contained in:
Marc Pignat
2016-06-01 15:04:56 +02:00
parent 3b12351d5d
commit 4e158d3d37

View File

@@ -50,9 +50,9 @@ You need to install :
And do the following : And do the following :
- Clone or download this repository. - 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 - Run ```sbt eclipse``` in the ```SpinalBaseProject``` directory.
- In addition maybe you need to specify some path like JDK to Intellij - Import the eclipse project from eclipse.
- In the project (Intellij project GUI), right click on src/main/scala/MyCode/TopLeve.scala and select "Run MyTopLevel" - 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```.