Skip to content

Commit

Permalink
Bump Chisel 6.2.0 (OpenXiangShan#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
poemonsense authored Mar 8, 2024
1 parent 666a1ec commit be02e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.0].compile
mill -i design[6.2.0].compile
- name: Generate Verilog
run: |
Expand Down
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.1.0" -> (ivy"org.chipsalliance::chisel:6.1.0", ivy"org.chipsalliance:::chisel-plugin:6.1.0"),
"6.2.0" -> (ivy"org.chipsalliance::chisel:6.2.0", ivy"org.chipsalliance:::chisel-plugin:6.2.0"),
)
}

Expand Down

0 comments on commit be02e59

Please sign in to comment.