mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -35,20 +35,19 @@ The top level spinal code is defined into src\main\scala\MyCode
|
|||||||
|
|
||||||
You need to install :
|
You need to install :
|
||||||
|
|
||||||
- Java JDK
|
- Java JDK 8
|
||||||
- Scala
|
|
||||||
- SBT
|
- SBT
|
||||||
- Intellij IDEA 14.1.3 (the free Community Edition is nice)
|
- Intellij IDEA (the free Community Edition is good enough)
|
||||||
- Intellij IDEA Scala plugin
|
- Intellij IDEA Scala plugin (when you run Intellij IDEA the first time, he will ask you about it)
|
||||||
|
|
||||||
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
|
- In Intellij IDEA, "import project" with the root of this repository, Import project from external model SBT
|
||||||
- In addition maybe you need to specify some path like JDK to Intellij
|
- 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"
|
- In the project (Intellij project GUI), right click on src/main/scala/MyCode/TopLevel.scala and select "Run MyTopLevel"
|
||||||
|
|
||||||
Normally, this must generate output files MyTopLevel.vhd.
|
Normally, this must generate an MyTopLevel.vhd output files.
|
||||||
|
|
||||||
## Basics, with Eclipse and its scala plugin
|
## Basics, with Eclipse and its scala plugin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user