From c44b6b721fe161c41cf039e1a59467f4e8bb5c0a Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 1 Jul 2019 11:57:29 -0700 Subject: [PATCH] fix variables for new boom naming --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index da3a9a6e..d9ce7781 100644 --- a/variables.mk +++ b/variables.mk @@ -44,7 +44,7 @@ ifeq ($(SUB_PROJECT),boom) MODEL ?= TestHarness VLOG_MODEL ?= TestHarness MODEL_PACKAGE ?= boom.system - CONFIG ?= BoomConfig + CONFIG ?= LargeBoomConfig CONFIG_PACKAGE ?= boom.system GENERATOR_PACKAGE ?= boom.system TB ?= TestDriver