Skip to content
Snippets Groups Projects
Commit 36f4772c authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed obsolete g_sim from common_complex_mult instances.

parent 1477216a
No related branches found
No related tags found
1 merge request!147L2SDP-494
......@@ -240,8 +240,6 @@ BEGIN
gen_nof_streams : FOR I IN 0 TO g_nof_streams-1 GENERATE
u_common_complex_mult : ENTITY common_mult_lib.common_complex_mult
GENERIC MAP (
g_sim => FALSE,
g_sim_level => 0, -- 0: Simulate variant passed via g_variant for given g_technology
g_technology => g_technology,
g_variant => "IP",
g_in_a_w => g_gain_w,
......
......@@ -181,7 +181,6 @@ BEGIN
------------------------------------------------------------------------------
-- u_CmplxMul_xx : ENTITY common_mult_lib.common_complex_mult
-- GENERIC MAP (
-- g_sim => g_sim,
-- g_technology => g_technology,
-- g_in_a_w => g_in_data_w,
-- g_in_b_w => g_in_data_w,
......@@ -203,7 +202,6 @@ BEGIN
u_CmplxMul_xy : ENTITY common_mult_lib.common_complex_mult
GENERIC MAP (
g_sim => g_sim,
g_technology => g_technology,
g_variant => g_variant,
g_in_a_w => g_in_data_w,
......@@ -226,7 +224,6 @@ BEGIN
u_CmplxMul_xxyy : ENTITY common_mult_lib.common_complex_mult
GENERIC MAP (
g_sim => g_sim,
g_technology => g_technology,
g_variant => g_variant,
g_in_a_w => g_in_data_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment