- 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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user