Merge pull request #340 from hngenc/patch-1

Fix syntax error in vlsi/Makefile
This commit is contained in:
Abraham Gonzalez
2019-11-20 19:46:37 -08:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ INPUT_CONFS ?= example.yml
HAMMER_EXEC ?= ./example-vlsi
VLSI_TOP ?= $(TOP)
VLSI_OBJ_DIR ?= $(vlsi_dir)/build
ifneq($(CUSTOM_VLOG), )
ifneq ($(CUSTOM_VLOG), )
OBJ_DIR ?= $(VLSI_OBJ_DIR)/custom-$(VLSI_TOP)
else
OBJ_DIR ?= $(VLSI_OBJ_DIR)/$(long_name)-$(VLSI_TOP)