Skip to content

Commit

Permalink
Remove Chisel 3.6 support
Browse files Browse the repository at this point in the history
Dev is removing it, for downstreams(SFC users) they can still work on the master branch.
  • Loading branch information
sequencer committed Nov 1, 2023
1 parent c60ad43 commit a1a2026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ object v {
val scala = "2.13.10"
// the first version in this Map is the mainly supported version which will be used to run tests
val chiselCrossVersions = Map(
"3.6.0" -> (ivy"edu.berkeley.cs::chisel3:3.6.0", ivy"edu.berkeley.cs:::chisel3-plugin:3.6.0"),
"5.0.0" -> (ivy"org.chipsalliance::chisel:5.0.0", ivy"org.chipsalliance:::chisel-plugin:5.0.0"),
)
val mainargs = ivy"com.lihaoyi::mainargs:0.5.0"
Expand Down

0 comments on commit a1a2026

Please sign in to comment.