- refactored

git-svn-id: http://moon:8086/svn/vhdl/trunk@1541 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-28 10:27:33 +00:00
parent d0433ac19d
commit 06feba8f63
47 changed files with 255 additions and 357 deletions
+4 -12
View File
@@ -1,20 +1,12 @@
# -----------------------------------------------------------
include ../../../../lib/radio/cordic/ghdl/cordic_pipe.inc
include $(VHDL_HOME)/make/defs.mk
include $(LIB_PATH)/radio/cordic/ghdl/cordic_pipe.inc
# -----------------------------------------------------------
PKG_NAME := MIX_CORDIC_PIPE
ROOT_PATH := ../../../..
LIB_PATH := $(ROOT_PATH)/lib
CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
# -----------------------------------------------------------
SRCS := $(CORDIC_PIPE_SRCS)
SRCS += $(LIB_PATH)/radio/nco/src/mix_cordic_pipe.vhd
$(PKG_NAME)_SRCS := $(CORDIC_PIPE_SRCS)
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/nco/src/mix_cordic_pipe.vhd
# -----------------------------------------------------------
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS))
SRCS :=
CUR_PATH :=
ROOT_PATH :=
LIB_PATH :=
+7 -14
View File
@@ -1,21 +1,14 @@
# -----------------------------------------------------------
include $(VHDL_HOME)/make/defs.mk
# -----------------------------------------------------------
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 := $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/nco/src/nco_pkg.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/nco/src/waverom_dual.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/nco/src/wavelut.vhd
$(PKG_NAME)_SRCS += $(LIB_PATH)/radio/nco/src/nco_lut_dbg.vhd
# -----------------------------------------------------------
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS))
SRCS :=
CUR_PATH :=
ROOT_PATH :=
LIB_PATH :=
+3 -6
View File
@@ -1,7 +1,6 @@
# -------------------------------------------------
# Includes
# -------------------------------------------------
include mix_cordic_pipe.inc
include $(VHDL_HOME)/make/defs.mk
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
# -------------------------------------------------
# Global options
@@ -13,8 +12,6 @@ WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
LIB_PATH := ../../../../lib
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(MIX_CORDIC_PIPE_SRCS)
@@ -29,7 +26,7 @@ RUN_TIME := 200us
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
include ../../../../Common/make/ghdl.mk
include $(VHDL_HOME)/make/ghdl.mk
# -------------------------------------------------
+3 -6
View File
@@ -1,7 +1,6 @@
# -------------------------------------------------
# Includes
# -------------------------------------------------
include mix_cordic_pipe.inc
include $(VHDL_HOME)/make/defs.mk
include $(LIB_PATH)/radio/nco/ghdl/mix_cordic_pipe.inc
# -------------------------------------------------
# Global options
@@ -13,8 +12,6 @@ WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
LIB_PATH := ../../../../lib
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(MIX_CORDIC_PIPE_SRCS)
@@ -29,7 +26,7 @@ RUN_TIME := 250us
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
include ../../../../Common/make/ghdl.mk
include $(VHDL_HOME)/make/ghdl.mk
# -------------------------------------------------
+3 -4
View File
@@ -1,5 +1,6 @@
# -------------------------------------------------
include nco_lut.inc
include $(VHDL_HOME)/make/defs.mk
include $(LIB_PATH)/radio/nco/ghdl/nco_lut.inc
# -------------------------------------------------
# Global options
@@ -11,8 +12,6 @@ WORK_LIB := work
# -------------------------------------------------
# Target options
# -------------------------------------------------
LIB_PATH := ../../../../lib
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd
SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd
SRCS += $(NCO_LUT_SRCS)
@@ -27,6 +26,6 @@ RUN_TIME := 250us
GHDL_OPTS := -P$(LIB_PATH)/fixed/ieee_proposed/build/fixed_pkg/ieee_proposed
include ../../../../Common/make/ghdl.mk
include $(VHDL_HOME)/make/ghdl.mk
# -------------------------------------------------