2017-03-10 18:34:49 -05:00
|
|
|
name := "VexRiscv"
|
2017-03-08 16:17:48 -05:00
|
|
|
|
|
|
|
version := "1.0"
|
|
|
|
|
2017-03-10 18:34:49 -05:00
|
|
|
scalaVersion := "2.11.8"
|
2017-03-08 16:17:48 -05:00
|
|
|
|
|
|
|
EclipseKeys.withSource := true
|
|
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
2017-07-28 15:25:49 -04:00
|
|
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.15",
|
|
|
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.15",
|
2017-06-09 10:06:18 -04:00
|
|
|
"org.yaml" % "snakeyaml" % "1.8"
|
2017-03-08 16:17:48 -05:00
|
|
|
)
|