Skip to content
Snippets Groups Projects
Verified Commit 0103546f authored by Minyong Li's avatar Minyong Li :speech_balloon:
Browse files

build.sbt: add, modified from chisel-template

parent 55a38a4d
No related branches found
No related tags found
No related merge requests found
ThisBuild / scalaVersion := "2.12.13"
lazy val root = (project in file("."))
.settings(
organization := "uk.ac.soton.ecs.ml10g20",
name := "nisc",
version := "0.1.0",
libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "chisel3" % "3.4.2",
"edu.berkeley.cs" %% "chiseltest" % "0.3.2" % "test"
),
scalacOptions ++= Seq(
"-Xsource:2.11",
"-language:reflectiveCalls",
"-deprecation",
"-feature",
"-Xcheckinit"
),
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.4.2" cross CrossVersion.full),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment