From b76e89659802bc03a0a1125bee07c777646c5616 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Thu, 18 Jul 2019 17:45:13 -0700 Subject: [PATCH] Update vlsi/Makefile to match variables.mk naming --- vlsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsi/Makefile b/vlsi/Makefile index 7dc797c..fc0b4ac 100644 --- a/vlsi/Makefile +++ b/vlsi/Makefile @@ -44,7 +44,7 @@ ROCKET_SRCS = \ $(ROCKET_SRC_DIR)/plusarg_reader.v \ $(ROCKET_SRC_DIR)/EICG_wrapper.v \ -ALL_RTL = $(ROCKET_SRCS) $(VERILOG_FILE) $(SMEMS_FILE) +ALL_RTL = $(ROCKET_SRCS) $(TOP_FILE) $(TOP_SMEMS_FILE) CLOCK_DOMAINS = $(build_dir)/$(long_name).domains