Skip to content

Commit

Permalink
chore: bump to chisel 6.1.0 (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin committed Feb 25, 2024
1 parent 3c5d56a commit b15e4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ val defaultScalaVersion = "2.13.10"

def defaultVersions(chiselVersion: String) = chiselVersion match {
case "chisel" => Map(
"chisel" -> ivy"org.chipsalliance::chisel:6.0.0",
"chisel-plugin" -> ivy"org.chipsalliance:::chisel-plugin:6.0.0",
"chisel" -> ivy"org.chipsalliance::chisel:6.1.0",
"chisel-plugin" -> ivy"org.chipsalliance:::chisel-plugin:6.1.0",
"chiseltest" -> ivy"edu.berkeley.cs::chiseltest:5.0.2"
)
case "chisel3" => Map(
Expand Down

0 comments on commit b15e4c0

Please sign in to comment.