Skip to content

Commit

Permalink
Test chisel 3.6.0 SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 25, 2024
1 parent f8267a2 commit aca2c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ lazy val chisel6Settings = Seq(
libraryDependencies ++= Seq("org.chipsalliance" %% "chisel" % "6.0.0"),
addCompilerPlugin("org.chipsalliance" % "chisel-plugin" % "6.0.0" cross CrossVersion.full)
)

lazy val chisel3Settings = Seq(
libraryDependencies ++= Seq("edu.berkeley.cs" %% "chisel3" % "3.6.0"),
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.6.0" cross CrossVersion.full)
libraryDependencies ++= Seq("edu.berkeley.cs" %% "chisel3" % "3.6.0+52-a85d68c1-SNAPSHOT"),
addCompilerPlugin("edu.berkeley.cs" % "chisel3-plugin" % "3.6.0+52-a85d68c1-SNAPSHOT" cross CrossVersion.full)
)

lazy val chiselSettings = (if (chisel6) chisel6Settings else chisel3Settings) ++ Seq(
Expand Down
2 changes: 1 addition & 1 deletion sims/firesim

0 comments on commit aca2c14

Please sign in to comment.