Skip to content

Commit a36243e

Browse files
author
jvreca
committed
Now works with updated rocket-chip.
1 parent c93b55c commit a36243e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

build.sbt

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / scalaVersion := "2.12.12"
1+
ThisBuild / scalaVersion := "2.12.15"
22
ThisBuild / version := "0.1.0"
33
ThisBuild / organization := "JSI"
44

@@ -8,20 +8,18 @@ lazy val root = (project in file("."))
88
.settings(
99
name := "chisel4ml",
1010
libraryDependencies ++= Seq(
11-
"edu.berkeley.cs" %% "chisel3" % "3.4.3",
12-
"edu.berkeley.cs" %% "chiseltest" % "0.3.4" % "test",
11+
"edu.berkeley.cs" %% "chisel3" % "3.5.3",
12+
"edu.berkeley.cs" %% "chiseltest" % "0.5.3" % "test",
1313
"edu.berkeley.cs" %% "dsptools" % "1.5.3",
1414
//"edu.berkeley.cs" %% "rocketchip" % "1.2.6", // replaced by lib/rocketchip.jar
15-
//"edu.berkeley.cs" %% "rocket-dsptools" % "1.2.6" // not needed
1615
),
1716
scalacOptions ++= Seq(
1817
"-Xsource:2.11",
1918
"-language:reflectiveCalls",
2019
"-deprecation",
2120
"-feature",
2221
"-Xcheckinit",
23-
"-P:chiselplugin:useBundlePlugin"
22+
"-P:chiselplugin:genBundleElements"
2423
),
25-
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.4.3" cross CrossVersion.full),
26-
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
24+
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.5.3" cross CrossVersion.full),
2725
)

lib/rocketchip.jar

1010 KB
Binary file not shown.

0 commit comments

Comments
 (0)