- fixed paths to mk.files
This commit is contained in:
@@ -9,20 +9,21 @@ include $(VHDL_HOME)/make/defs.mk
|
||||
LANG_STD := 93c
|
||||
IEEE_STD := standard
|
||||
WORK_LIB := ieee_proposed
|
||||
TARGET := ieee_proposed
|
||||
TARGET := ghdl
|
||||
|
||||
STD_LIB_PATH := ieee_proposed/modelsim
|
||||
# -------------------------------------------------
|
||||
# Target options
|
||||
# -------------------------------------------------
|
||||
SRCS := $(LIB_PATH)/standard_additions_c.vhdl
|
||||
SRCS += $(LIB_PATH)/standard_textio_additions_c.vhdl
|
||||
SRCS += $(LIB_PATH)/env_c.vhdl
|
||||
SRCS += $(LIB_PATH)/std_logic_1164_additions.vhdl
|
||||
SRCS += $(LIB_PATH)/numeric_std_additions.vhdl
|
||||
SRCS += $(LIB_PATH)/numeric_std_unsigned_c.vhdl
|
||||
SRCS += $(LIB_PATH)/fixed_float_types_c.vhdl
|
||||
SRCS += $(LIB_PATH)/fixed_pkg_c.vhdl
|
||||
SRCS += $(LIB_PATH)/float_pkg_c.vhdl
|
||||
SRCS := $(STD_LIB_PATH)/standard_additions_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/standard_textio_additions_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/env_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/std_logic_1164_additions.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/numeric_std_additions.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/numeric_std_unsigned_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/fixed_float_types_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/fixed_pkg_c.vhdl
|
||||
SRCS += $(STD_LIB_PATH)/float_pkg_c.vhdl
|
||||
|
||||
include $(VHDL_HOME)/make/ghdl.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user