Update to SpinalHDL 1.3.0
This commit is contained in:
parent
dd42e30c61
commit
92065a1a10
16
build.sbt
16
build.sbt
|
@ -25,22 +25,20 @@ lazy val root = (project in file(".")).
|
||||||
settings(
|
settings(
|
||||||
inThisBuild(List(
|
inThisBuild(List(
|
||||||
organization := "com.github.spinalhdl",
|
organization := "com.github.spinalhdl",
|
||||||
scalaVersion := "2.11.6",
|
scalaVersion := "2.11.12",
|
||||||
version := "1.0.0"
|
version := "1.0.0"
|
||||||
)),
|
)),
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
// "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.2.2",
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.0",
|
||||||
// "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.2.2",
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.0",
|
||||||
"org.scalatest" % "scalatest_2.11" % "2.2.1",
|
"org.scalatest" % "scalatest_2.11" % "2.2.1",
|
||||||
"org.yaml" % "snakeyaml" % "1.8"
|
"org.yaml" % "snakeyaml" % "1.8"
|
||||||
),
|
),
|
||||||
name := "VexRiscv"
|
name := "VexRiscv"
|
||||||
).dependsOn(spinalHdlSim,spinalHdlCore,spinalHdlLib)
|
)//.dependsOn(spinalHdlSim,spinalHdlCore,spinalHdlLib)
|
||||||
lazy val spinalHdlSim = ProjectRef(file("../SpinalHDL"), "SpinalHDL-sim")
|
//lazy val spinalHdlSim = ProjectRef(file("../SpinalHDL"), "SpinalHDL-sim")
|
||||||
lazy val spinalHdlCore = ProjectRef(file("../SpinalHDL"), "SpinalHDL-core")
|
//lazy val spinalHdlCore = ProjectRef(file("../SpinalHDL"), "SpinalHDL-core")
|
||||||
lazy val spinalHdlLib = ProjectRef(file("../SpinalHDL"), "SpinalHDL-lib")
|
//lazy val spinalHdlLib = ProjectRef(file("../SpinalHDL"), "SpinalHDL-lib")
|
||||||
|
|
||||||
|
|
||||||
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
|
|
||||||
scalacOptions += "-P:continuations:enable"
|
|
||||||
fork := true
|
fork := true
|
|
@ -1 +1 @@
|
||||||
sbt.version=0.13.16
|
sbt.version=1.2.7
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue