From 360e29439511a548580064bb0af9ac459618aefa Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Thu, 21 Apr 2016 14:19:09 +0000
Subject: [PATCH] added dp_offload_rx_filter and its tb

---
 libraries/base/dp/hdllib.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/base/dp/hdllib.cfg b/libraries/base/dp/hdllib.cfg
index 553a94ac8c..b388ba2ffa 100644
--- a/libraries/base/dp/hdllib.cfg
+++ b/libraries/base/dp/hdllib.cfg
@@ -109,6 +109,7 @@ synth_files =
     src/vhdl/dp_field_blk.vhd
 
     src/vhdl/dp_offload_tx.vhd
+    src/vhdl/dp_offload_rx_filter.vhd
     src/vhdl/dp_offload_rx.vhd
     src/vhdl/dp_deinterleave.vhd
     src/vhdl/dp_reinterleave.vhd
@@ -212,7 +213,7 @@ test_bench_files =
     tb/vhdl/tb_tb_dp_sync_checker.vhd
     
     tb/vhdl/tb_tb_tb_dp_backpressure.vhd
-
+		tb/vhdl/tb_dp_offload_rx_filter.vhd
 
 [modelsim_project_file]
 
-- 
GitLab