SpinalHDL 1.0.5

This commit is contained in:
Dolu1990 2017-12-22 23:18:34 +01:00
parent 3c0588eb4b
commit 3a913f0789
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@ -43,4 +43,5 @@ obj_dir
*.o *.o
*verilatorSim/ simWorkspace/
tmp/

View File

@ -9,10 +9,11 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true EclipseKeys.withSource := true
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.3", "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.5",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.3", "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.5",
"org.yaml" % "snakeyaml" % "1.8" "org.yaml" % "snakeyaml" % "1.8"
) )
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2") addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
scalacOptions += "-P:continuations:enable" scalacOptions += "-P:continuations:enable"
fork := true