Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit a744ed9

Browse files
committed
build.sbt: use Chisel 6.4.0.
1 parent faeb43b commit a744ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ThisBuild / homepage := Some(url("https://github.com/chryse-hdl/chry
55
ThisBuild / organization := "ee.hrzn"
66
ThisBuild / organizationHomepage := Some(url("https://github.com/chryse-hdl"))
77

8-
val chiselVersion = "6.3.0"
8+
val chiselVersion = "6.4.0"
99

1010
lazy val root = (project in file("."))
1111
.settings(

0 commit comments

Comments
 (0)