From a05d3ce5737730f8f6fa2b979d87fc4fcc373382 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Thu, 7 Mar 2024 14:13:23 -0500 Subject: [PATCH] Bump Verilator to 5.0.22 (#128) * Bump Verilator to 5.0.22 * Bump Chisel to 6.2.0 Signed-off-by: Schuyler Eldridge --- .github/workflows/test.yml | 2 +- build.sbt | 2 +- build.sc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cbd456f..eb323e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - verilator-version: v5.012 + verilator-version: v5.022 verilator-install-dir: verilator-install jobs: diff --git a/build.sbt b/build.sbt index 9742b43..9d4e98d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / scalaVersion := "2.13.12" ThisBuild / version := "0.1.0" ThisBuild / organization := "%ORGANIZATION%" -val chiselVersion = "6.0.0" +val chiselVersion = "6.2.0" lazy val root = (project in file(".")) .settings( diff --git a/build.sc b/build.sc index 0addcbe..30badf0 100644 --- a/build.sc +++ b/build.sc @@ -17,10 +17,10 @@ object %NAME% extends SbtModule { m => "-Xcheckinit", ) override def ivyDeps = Agg( - ivy"org.chipsalliance::chisel:6.0.0", + ivy"org.chipsalliance::chisel:6.2.0", ) override def scalacPluginIvyDeps = Agg( - ivy"org.chipsalliance:::chisel-plugin:6.0.0", + ivy"org.chipsalliance:::chisel-plugin:6.2.0", ) object test extends SbtModuleTests with TestModule.ScalaTest { override def ivyDeps = m.ivyDeps() ++ Agg(