VexRiscv/build.sbt

12 lines
248 B
Plaintext
Raw Normal View History

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-03-10 18:34:49 -05:00
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.11",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.11"
2017-03-08 16:17:48 -05:00
)