From 345dc15c72212cd07f3a9c90c3b6dc435d554e9d Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 23 Mar 2021 15:19:54 +0000 Subject: [PATCH] - added CIC git-svn-id: http://moon:8086/svn/vhdl/trunk@1496 cc03376c-175c-47c8-b038-4cd826a8556b --- .../decimator/CIC/ghdl/cic_decim_pipe.inc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc diff --git a/lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc b/lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc new file mode 100644 index 0000000..3bccb07 --- /dev/null +++ b/lib/radio/decimator/CIC/ghdl/cic_decim_pipe.inc @@ -0,0 +1,20 @@ +# ----------------------------------------------------------- +PKG_NAME := CIC_DECIM_PIPE +ROOT_PATH := ../../../../.. +LIB_PATH := $(ROOT_PATH)/lib +CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST))) + +# ----------------------------------------------------------- +SRCS := $(LIB_PATH)/misc/utils_pkg.vhd +SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_i_pipe.vhd +SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_c_pipe.vhd +SRCS += $(LIB_PATH)/radio/decimator/CIC/src/cic_decim_pipe.vhd + +# ----------------------------------------------------------- +$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS)) + +SRCS := +CUR_PATH := +ROOT_PATH := +LIB_PATH := +