- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1488 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 13:57:28 +00:00
parent bfa464ddb8
commit af3f095306
6 changed files with 53 additions and 14 deletions
+21
View File
@@ -0,0 +1,21 @@
# -----------------------------------------------------------
PKG_NAME := NCO_LUT
ROOT_PATH := ../../../..
LIB_PATH := $(ROOT_PATH)/lib
CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
# -----------------------------------------------------------
SRCS := $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
SRCS += $(LIB_PATH)/radio/nco/src/nco_pkg.vhd
SRCS += $(LIB_PATH)/radio/nco/src/waverom_dual.vhd
SRCS += $(LIB_PATH)/radio/nco/src/wavelut.vhd
SRCS += $(LIB_PATH)/radio/nco/src/nco_lut_dbg.vhd
# -----------------------------------------------------------
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS))
SRCS :=
CUR_PATH :=
ROOT_PATH :=
LIB_PATH :=