# ------------------------------------------------- # Compile script for GHDL # ------------------------------------------------- # ------------------------------------------------- # Global options # ------------------------------------------------- LANG_STD := 93c IEEE_STD := standard WORK_LIB := unisim # ------------------------------------------------- # Target options # ------------------------------------------------- TARGET := unisim LIB_PATH := xilinx/libsrc SRCS := $(LIB_PATH)/unisims/unisim_VPKG.vhd SRCS += $(LIB_PATH)/unisims/unisim_VCOMP.vhd SRCS += $(LIB_PATH)/unisims/unisim_SMODEL.vhd SRCS += $(LIB_PATH)/unisims/unisim_VITAL.vhd GHDL_OPTS := -fsynopsys -fexplicit include ../make/ghdl.mk