From 4f83f1cde6481368b124b91e259348d5efba25e2 Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Fri, 6 Oct 2023 13:36:27 -0700 Subject: [PATCH] Rename SUB_PROJECT to coalescer --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index 8a0544a5..5d540ea4 100644 --- a/variables.mk +++ b/variables.mk @@ -139,7 +139,7 @@ ifeq ($(SUB_PROJECT),constellation) TOP ?= NoC endif # For graphics developers -ifeq ($(SUB_PROJECT),graphics) +ifeq ($(SUB_PROJECT),coalescer) SBT_PROJECT ?= chipyard MODEL ?= TestHarness VLOG_MODEL ?= $(MODEL)