VexRiscv/build.sbt
Dolu1990 fcb70a333f WIP
2017-03-11 00:34:49 +01:00

12 lines
No EOL
248 B
Scala

name := "VexRiscv"
version := "1.0"
scalaVersion := "2.11.8"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.11",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.11"
)