From b4f968c7c422199eea4bd8f5b16d0d6f4d122a86 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 28 Mar 2021 12:38:28 +0000 Subject: [PATCH] - no disp-time git-svn-id: http://moon:8086/svn/vhdl/trunk@1548 cc03376c-175c-47c8-b038-4cd826a8556b --- make/ghdl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/ghdl.mk b/make/ghdl.mk index 21219d6..03ab894 100644 --- a/make/ghdl.mk +++ b/make/ghdl.mk @@ -16,7 +16,7 @@ BUILD_DIR ?= build/$(TARGET) WORK_DIR ?= $(BUILD_DIR)/$(WORK_LIB) # Can be pre-initialized by user -RUN_OPTS += --stop-time=$(RUN_TIME) --disp-time +RUN_OPTS += --stop-time=$(RUN_TIME) GHDL_OPTS += --work=$(WORK_LIB) --workdir=$(WORK_DIR) --std=$(LANG_STD) --ieee=$(IEEE_STD) # -------------------------------------------------