Files
vhdl/lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc
T
jens 06feba8f63 - refactored
git-svn-id: http://moon:8086/svn/vhdl/trunk@1541 cc03376c-175c-47c8-b038-4cd826a8556b
2021-03-28 10:27:33 +00:00

15 lines
651 B
PHP

# -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk
# -----------------------------------------------------------
PKG_NAME := CIC_DECIM_PIPE
# -----------------------------------------------------------
$(PKG_NAME)_SRCS := $(LIB_PATH)/misc/utils_pkg.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_i_pipe.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_c_pipe.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_decim_pipe.vhd
# -----------------------------------------------------------