From e2cdb5e523a5d70020d37c2020e22d325205aea8 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Thu, 5 Oct 2023 14:26:35 -0700 Subject: [PATCH] Keep bootrom.rv32.img Otherwise breaks ci for ibex. --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index df7205e7..8a0544a5 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.radiance.rv32.img +BOOTROM_FILES ?= bootrom.rv64.img bootrom.rv32.img bootrom.radiance.rv32.img BOOTROM_TARGETS ?= $(addprefix $(build_dir)/, $(BOOTROM_FILES)) # files that contain lists of files needed for VCS or Verilator simulation