Skip to content
Snippets Groups Projects
Commit 3b91b974 authored by Pieter Donker's avatar Pieter Donker
Browse files

fixed bug in u_common_pipeline_sl, g_pipeline has now the right value

parent 564432fe
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ BEGIN ...@@ -109,7 +109,7 @@ BEGIN
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
u_common_pipeline_sl : ENTITY common_lib.common_pipeline_sl u_common_pipeline_sl : ENTITY common_lib.common_pipeline_sl
GENERIC MAP ( GENERIC MAP (
g_pipeline => c_pipeline g_pipeline => c_pipeline*ceil_log2(g_nof_inputs)
) )
PORT MAP ( PORT MAP (
rst => rst, rst => rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment