Bump Chisel versions to x.5.1

This commit is contained in:
Tynan McAuley
2022-02-07 20:47:33 -08:00
parent a0d1fdb16c
commit adaca59416

View File

@@ -1,8 +1,8 @@
// See LICENSE for license details. // See LICENSE for license details.
val defaultVersions = Map( val defaultVersions = Map(
"chisel3" -> "3.5-SNAPSHOT", "chisel3" -> "3.5.1",
"chisel-iotesters" -> "2.5-SNAPSHOT" "chisel-iotesters" -> "2.5.1"
) )
organization := "edu.berkeley.cs" organization := "edu.berkeley.cs"