Skip to content

Commit

Permalink
Bump Mill 0.11.6 and Chisel 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense committed Feb 26, 2024
1 parent b4d9e66 commit c9ebf22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Compile
run: |
mill -i design[3.6.0].compile
mill -i design[6.0.0].compile
mill -i design[6.1.0].compile
- name: Generate Verilog
run: |
Expand Down
3 changes: 1 addition & 2 deletions .mill-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0.11.1

0.11.6
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object ivys {
val scala = "2.13.10"
val chiselCrossVersions = Map(
"3.6.0" -> (ivy"edu.berkeley.cs::chisel3:3.6.0", ivy"edu.berkeley.cs:::chisel3-plugin:3.6.0"),
"6.0.0" -> (ivy"org.chipsalliance::chisel:6.0.0", ivy"org.chipsalliance:::chisel-plugin:6.0.0"),
"6.1.0" -> (ivy"org.chipsalliance::chisel:6.1.0", ivy"org.chipsalliance:::chisel-plugin:6.1.0"),
)
}

Expand Down

0 comments on commit c9ebf22

Please sign in to comment.