File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- ThisBuild / scalaVersion := " 2.12.12 "
1
+ ThisBuild / scalaVersion := " 2.12.15 "
2
2
ThisBuild / version := " 0.1.0"
3
3
ThisBuild / organization := " JSI"
4
4
@@ -8,20 +8,18 @@ lazy val root = (project in file("."))
8
8
.settings(
9
9
name := " chisel4ml" ,
10
10
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" ,
13
13
" edu.berkeley.cs" %% " dsptools" % " 1.5.3" ,
14
14
// "edu.berkeley.cs" %% "rocketchip" % "1.2.6", // replaced by lib/rocketchip.jar
15
- // "edu.berkeley.cs" %% "rocket-dsptools" % "1.2.6" // not needed
16
15
),
17
16
scalacOptions ++= Seq (
18
17
" -Xsource:2.11" ,
19
18
" -language:reflectiveCalls" ,
20
19
" -deprecation" ,
21
20
" -feature" ,
22
21
" -Xcheckinit" ,
23
- " -P:chiselplugin:useBundlePlugin "
22
+ " -P:chiselplugin:genBundleElements "
24
23
),
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),
27
25
)
You can’t perform that action at this time.
0 commit comments