From 3a913f0789d02ea0c69a1807454c141008e0311f Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 22 Dec 2017 23:18:34 +0100 Subject: [PATCH] SpinalHDL 1.0.5 --- .gitignore | 3 ++- build.sbt | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 627a066..86e1cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,5 @@ obj_dir *.o -*verilatorSim/ \ No newline at end of file +simWorkspace/ +tmp/ diff --git a/build.sbt b/build.sbt index 55aaa85..391df58 100644 --- a/build.sbt +++ b/build.sbt @@ -9,10 +9,11 @@ scalaVersion := "2.11.6" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.3", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.3", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.5", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.5", "org.yaml" % "snakeyaml" % "1.8" ) addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2") scalacOptions += "-P:continuations:enable" +fork := true \ No newline at end of file