From a1a20265b276903167ebdc61ac1ef2acf2152889 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Wed, 1 Nov 2023 13:34:29 +0800 Subject: [PATCH] Remove Chisel 3.6 support Dev is removing it, for downstreams(SFC users) they can still work on the master branch. --- build.sc | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sc b/build.sc index 2cf8c7f02c0..4442891b0e7 100644 --- a/build.sc +++ b/build.sc @@ -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"