From ec63986310f62a689d5585ab36988a404967be0d Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Tue, 26 Sep 2023 16:16:05 -0700 Subject: [PATCH 1/3] fix testchipip --- generators/testchipip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/testchipip b/generators/testchipip index 3659421e..d0e9166d 160000 --- a/generators/testchipip +++ b/generators/testchipip @@ -1 +1 @@ -Subproject commit 3659421e6642952ec201a66d3cc63bb5d16aa316 +Subproject commit d0e9166d15b956066f6c8b70ae72b8a1da7451c3 From 50277f3209e00e1f1cf06e198f0e1df6cfcc740b Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Wed, 27 Sep 2023 10:54:26 -0700 Subject: [PATCH 2/3] bump rocket-chip and testchipip --- generators/rocket-chip | 2 +- generators/testchipip | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/rocket-chip b/generators/rocket-chip index e887f9fe..e7e46468 160000 --- a/generators/rocket-chip +++ b/generators/rocket-chip @@ -1 +1 @@ -Subproject commit e887f9fee257f8bb0a4ecebb15b964fd93d89db4 +Subproject commit e7e464684e3052c90cd5ae410809d06f9fb5525d diff --git a/generators/testchipip b/generators/testchipip index d0e9166d..3178e5e3 160000 --- a/generators/testchipip +++ b/generators/testchipip @@ -1 +1 @@ -Subproject commit d0e9166d15b956066f6c8b70ae72b8a1da7451c3 +Subproject commit 3178e5e3edd5fe17bbe760a6bf7f4aa5e70299d1 From d801e12d3d80e650c844442cb01f23835552b943 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Wed, 27 Sep 2023 14:37:46 -0700 Subject: [PATCH 3/3] Change bootrom path for GPU --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index a3755a3c..df7205e7 100644 --- a/variables.mk +++ b/variables.mk @@ -224,7 +224,7 @@ BB_MODS_FILELIST ?= $(build_dir)/$(long_name).bb.f # all module files to include (top, model, bb included) ALL_MODS_FILELIST ?= $(build_dir)/$(long_name).all.f -BOOTROM_FILES ?= bootrom.rv64.img bootrom.rv32.img +BOOTROM_FILES ?= bootrom.rv64.img bootrom.radiance.rv32.img BOOTROM_TARGETS ?= $(addprefix $(build_dir)/, $(BOOTROM_FILES)) # files that contain lists of files needed for VCS or Verilator simulation