2017-03-10 18:34:49 -05:00
|
|
|
name := "VexRiscv"
|
2017-03-08 16:17:48 -05:00
|
|
|
|
2017-08-01 14:43:15 -04:00
|
|
|
organization := "com.github.spinalhdl"
|
|
|
|
|
2017-03-08 16:17:48 -05:00
|
|
|
version := "1.0"
|
|
|
|
|
2017-12-13 18:57:12 -05:00
|
|
|
scalaVersion := "2.11.6"
|
2017-03-08 16:17:48 -05:00
|
|
|
|
|
|
|
EclipseKeys.withSource := true
|
|
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
2018-05-16 06:12:09 -04:00
|
|
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.6",
|
|
|
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.6",
|
2017-06-09 10:06:18 -04:00
|
|
|
"org.yaml" % "snakeyaml" % "1.8"
|
2017-10-30 09:29:25 -04:00
|
|
|
)
|
2017-12-13 18:57:12 -05:00
|
|
|
|
|
|
|
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
|
|
|
|
scalacOptions += "-P:continuations:enable"
|
2017-12-22 17:18:34 -05:00
|
|
|
fork := true
|