From 3b91b974ef3aad6b247fffaf5b2e8b0764d5080f Mon Sep 17 00:00:00 2001
From: Pieter Donker <donker@astron.nl>
Date: Mon, 16 Apr 2018 14:00:15 +0000
Subject: [PATCH] fixed bug in u_common_pipeline_sl, g_pipeline has now the
 right value

---
 libraries/base/dp/src/vhdl/dp_complex_add.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/dp/src/vhdl/dp_complex_add.vhd b/libraries/base/dp/src/vhdl/dp_complex_add.vhd
index 951c94264f..c1cac99456 100644
--- a/libraries/base/dp/src/vhdl/dp_complex_add.vhd
+++ b/libraries/base/dp/src/vhdl/dp_complex_add.vhd
@@ -109,7 +109,7 @@ BEGIN
   -----------------------------------------------------------------------------
   u_common_pipeline_sl : ENTITY common_lib.common_pipeline_sl
    GENERIC MAP (
-     g_pipeline  => c_pipeline
+     g_pipeline  => c_pipeline*ceil_log2(g_nof_inputs)
    )
    PORT MAP (
      rst     => rst,
-- 
GitLab