- removed old wave select

git-svn-id: http://moon:8086/svn/vhdl/trunk@1559 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 17:38:25 +00:00
parent d0677069e1
commit 0f7a8fb950
32 changed files with 4 additions and 39 deletions
+2 -5
View File
@@ -1,6 +1,7 @@
# -------------------------------------------------
# Compile script for GHDL
# -------------------------------------------------
include ../make/defs.mk
# -------------------------------------------------
# Global options
@@ -8,15 +9,11 @@
LANG_STD := 93c
IEEE_STD := standard
WORK_LIB := ieee_proposed
TARGET := ieee_proposed
# -------------------------------------------------
# Target options
# -------------------------------------------------
TARGET := ieee_proposed
LIB_PATH := ieee_proposed/modelsim
SRCS := $(LIB_PATH)/standard_additions_c.vhdl
SRCS += $(LIB_PATH)/standard_textio_additions_c.vhdl
SRCS += $(LIB_PATH)/env_c.vhdl
+2 -4
View File
@@ -1,6 +1,7 @@
# -------------------------------------------------
# Compile script for GHDL
# -------------------------------------------------
include ../make/defs.mk
# -------------------------------------------------
# Global options
@@ -8,14 +9,11 @@
LANG_STD := 93c
IEEE_STD := standard
WORK_LIB := unisim
TARGET := 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