From 6656e3d9b2fa02f72c28d47a82f98682eb71238b Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 10 Apr 2017 15:14:21 +0000
Subject: [PATCH] Use cos/sin look up functions from common_math_pkg.vhd

---
 libraries/dsp/fringe_stop/src/vhdl/fringe_stop_unit.vhd   | 1 +
 libraries/dsp/fringe_stop/tb/vhdl/tb_fringe_stop_unit.vhd | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libraries/dsp/fringe_stop/src/vhdl/fringe_stop_unit.vhd b/libraries/dsp/fringe_stop/src/vhdl/fringe_stop_unit.vhd
index 9fab8cc04d..a9fbe650d8 100644
--- a/libraries/dsp/fringe_stop/src/vhdl/fringe_stop_unit.vhd
+++ b/libraries/dsp/fringe_stop/src/vhdl/fringe_stop_unit.vhd
@@ -27,6 +27,7 @@ USE IEEE.numeric_std.ALL;
 LIBRARY common_lib, common_mult_lib, technology_lib, dp_lib;
 USE common_lib.common_pkg.ALL;
 USE common_lib.common_mem_pkg.ALL;
+USE common_lib.common_math_pkg.ALL;
 USE technology_lib.technology_select_pkg.ALL;
 USE dp_lib.dp_stream_pkg.ALL;
 
diff --git a/libraries/dsp/fringe_stop/tb/vhdl/tb_fringe_stop_unit.vhd b/libraries/dsp/fringe_stop/tb/vhdl/tb_fringe_stop_unit.vhd
index 8b4a0f62d3..f2fc7be359 100644
--- a/libraries/dsp/fringe_stop/tb/vhdl/tb_fringe_stop_unit.vhd
+++ b/libraries/dsp/fringe_stop/tb/vhdl/tb_fringe_stop_unit.vhd
@@ -37,6 +37,7 @@ USE common_lib.common_mem_pkg.ALL;
 USE common_lib.common_str_pkg.ALL;
 USE common_lib.tb_common_pkg.ALL;
 USE common_lib.tb_common_mem_pkg.ALL;
+USE common_lib.common_math_pkg.ALL;
 USE technology_lib.technology_select_pkg.ALL;
 USE mm_lib.mm_file_unb_pkg.ALL;
 USE mm_lib.mm_file_pkg.ALL;
-- 
GitLab