Skip to content

Commit

Permalink
Bump Chisel 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Nov 27, 2024
1 parent f841e5d commit e5741b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ through a `json` file.
## Example Chisel Usage: Connecting Your Own Design with DiffTest

We are supporting Chisel 3.6.1 (the last version supporting Scala FIRRTL Compiler)
as well as 6.5.0 (the latest stable version supporting MLIR FIRRTL Compiler).
as well as 6.6.0 (the latest stable version supporting MLIR FIRRTL Compiler).

Here are the detail instructions on integrating DiffTest to your own project.

Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object ivys {
val scala = "2.13.14"
val chiselCrossVersions = Map(
"chisel3" -> (ivy"edu.berkeley.cs::chisel3:3.6.1", ivy"edu.berkeley.cs:::chisel3-plugin:3.6.1"),
"chisel" -> (ivy"org.chipsalliance::chisel:6.5.0", ivy"org.chipsalliance:::chisel-plugin:6.5.0"),
"chisel" -> (ivy"org.chipsalliance::chisel:6.6.0", ivy"org.chipsalliance:::chisel-plugin:6.6.0"),
)
}

Expand Down

0 comments on commit e5741b6

Please sign in to comment.