Skip to content

Commit

Permalink
Bump Chisel to 3.5.2 (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Sep 24, 2023
1 parent 42d5296 commit 2a7e342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import $file.`rocket-chip`.hardfloat.build

object ivys {
val sv = "2.12.13"
val chisel3 = ivy"edu.berkeley.cs::chisel3:3.5.1"
val chisel3Plugin = ivy"edu.berkeley.cs:::chisel3-plugin:3.5.1"
val chisel3 = ivy"edu.berkeley.cs::chisel3:3.5.2"
val chisel3Plugin = ivy"edu.berkeley.cs:::chisel3-plugin:3.5.2"
val chiseltest = ivy"edu.berkeley.cs::chiseltest:0.5.2"
val chiselCirct = ivy"com.sifive::chisel-circt:0.6.0"
val scalatest = ivy"org.scalatest::scalatest:3.2.2"
Expand Down
2 changes: 1 addition & 1 deletion rocket-chip

0 comments on commit 2a7e342

Please sign in to comment.