From 985b01cb99cb378f74d13a20148d3a48873ac9c9 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Fri, 27 Mar 2020 12:41:03 -0400 Subject: [PATCH] adding back build_config target dependency --- rtl/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rtl/Makefile b/rtl/Makefile index 32aee812..2dfc0c32 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -35,23 +35,23 @@ build_config: ./gen_config.py --rtl_locations # -LDFLAGS '-lsystemc' -VERILATOR: +VERILATOR: build_config verilator $(COMP) -cc $(SINGLE_CORE) $(INCLUDE) $(EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OFF' $(LIGHTW) -VERILATORnoWarnings: +VERILATORnoWarnings: build_config verilator $(COMP) -cc $(SINGLE_CORE) $(INCLUDE) $(EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OFF' $(WNO) $(DEB) -VERILATORnoWarningsRel: +VERILATORnoWarningsRel: build_config verilator $(COMP) -cc $(SINGLE_CORE) $(INCLUDE) $(EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OFF -O3 -DVL_THREADED' $(WNO) --threads $(THREADS) -VERILATORMULTInoWarnings: +VERILATORMULTInoWarnings: build_config verilator $(COMP) -cc $(MULTI_CORE) $(INCLUDE) $(MULTI_EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OFF -O3 -DVL_THREADED' $(WNO) $(DEB) --threads $(THREADS) -compdebug: +compdebug: build_config verilator_bin_dbg $(COMP) -cc $(SINGLE_CORE) $(INCLUDE) $(EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OUTPUT -DVL_DEBUG' $(WNO) $(DEB) -compdebugmulti: +compdebugmulti: build_config verilator_bin_dbg $(COMP) -cc $(MULTI_CORE) $(INCLUDE) $(MULTI_EXE) $(LIB) -CFLAGS '$(CF) -DVCD_OUTPUT -DVL_DEBUG' $(WNO) $(DEB) RUNFILE: VERILATOR