From b61b9c915f78501700f401356fdd9f2186ff5d43 Mon Sep 17 00:00:00 2001 From: Marc Pignat Date: Wed, 1 Jun 2016 15:01:59 +0200 Subject: [PATCH] Running in eclipse documentation --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9fb669f..3b4e408 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,23 @@ And do the following : - In the project (Intellij project GUI), right click on src/main/scala/MyCode/TopLeve.scala and select "Run MyTopLevel" Normally, this must generate output files MyTopLevel.vhd. + +## Basics, with Eclipse and its scala plugin + +You need to install : + +- Java JDK +- Scala +- SBT +- Eclipse (tested with Mars.2 - 4.5.2) +- [Sacla plugin](http://scala-ide.org/) (tested with 4.4.1) + +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" + +Normally, this must generate output files MyTopLevel.vhd. +