Skip to content

Commit d56099d

Browse files
committed
Bump Chisel to 6.7.0
This is required for the new Chisel annotations API: chipsalliance/chisel#4643
1 parent 9fcd186 commit d56099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object v {
1212
val scala = "2.13.12"
1313
// the first version in this Map is the mainly supported version which will be used to run tests
1414
val chiselCrossVersions = Map(
15-
"5.1.0" -> (ivy"org.chipsalliance::chisel:5.1.0", ivy"org.chipsalliance:::chisel-plugin:5.1.0"),
15+
"6.7.0" -> (ivy"org.chipsalliance::chisel:6.7.0", ivy"org.chipsalliance:::chisel-plugin:6.7.0"),
1616
// build from project from source
1717
"source" -> (ivy"org.chipsalliance::chisel:99", ivy"org.chipsalliance:::chisel-plugin:99"),
1818
)

0 commit comments

Comments
 (0)