- fixed ghdl.mk

- fixed fir_parallel Makefile 

git-svn-id: http://moon:8086/svn/vhdl/trunk@1439 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-21 18:16:11 +00:00
parent af8fb3b865
commit 272d7f0f7d
2 changed files with 25 additions and 54 deletions
+3 -3
View File
@@ -12,6 +12,9 @@ LANG_STD ?= 93c
IEEE_STD ?= standard
RUN_TIME ?= 1000ns
# Build path
BUILD_DIR := build/$(TARGET)
# Can be pre-initialized by user
RUN_OPTS += --stop-time=$(RUN_TIME)
GHDL_OPTS += --work=$(WORK_LIB) --workdir=$(BUILD_DIR)/$(WORK_DIR) --std=$(LANG_STD) --ieee=$(IEEE_STD)
@@ -22,9 +25,6 @@ GHDL_OPTS += --work=$(WORK_LIB) --workdir=$(BUILD_DIR)/$(WORK_DIR) --std=$(LANG_
GHDL := ghdl
GHDL_GCC := ghdl-gcc
# Build path
BUILD_DIR := build/$(TARGET)
# Output stuff
SIM_FILE-$(WITH_VCD) := $(BUILD_DIR)/$(TARGET).vcd
SIM_FILE-$(WITH_FST) := $(BUILD_DIR)/$(TARGET).fst