From 6177a79e5a0fc82ad0fd651b838aa401a9800f00 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Tue, 23 Mar 2021 14:05:33 +0000 Subject: [PATCH] - removed redundant source git-svn-id: http://moon:8086/svn/vhdl/trunk@1491 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/radio/cordic/ghdl/tb_cordic_iterative_top.make | 1 - lib/radio/cordic/ghdl/tb_cordic_pipe_top.make | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make b/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make index 7dbaddb..7a1ddd7 100644 --- a/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make +++ b/lib/radio/cordic/ghdl/tb_cordic_iterative_top.make @@ -13,7 +13,6 @@ WORK_LIB := work # ------------------------------------------------- LIB_PATH := ../../../../lib -SRCS := $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd SRCS += $(CORDIC_ITERATIVE_SRCS) diff --git a/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make b/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make index dee42af..9053aed 100644 --- a/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make +++ b/lib/radio/cordic/ghdl/tb_cordic_pipe_top.make @@ -13,7 +13,6 @@ WORK_LIB := work # ------------------------------------------------- LIB_PATH := ../../../../lib -SRCS := $(LIB_PATH)/fixed/ieee_proposed/fixed_util_pkg.vhd SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993.vhd SRCS += $(LIB_PATH)/PCK_FIO-2002.7/PCK_FIO_1993_BODY.vhd SRCS += $(CORDIC_PIPE_SRCS)