Skip to content
Snippets Groups Projects
Commit 17fdfb55 authored by Zanting's avatar Zanting
Browse files

Changed mult from common_lib to common_mult_lib

parent 33f87746
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
-- Based on diag_waveproc from LOFAR
LIBRARY IEEE, common_lib, technology_lib;
LIBRARY IEEE, common_lib, common_mult_lib, technology_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.NUMERIC_STD.ALL;
USE common_lib.common_pkg.ALL;
......@@ -301,8 +301,10 @@ BEGIN
ctrl_ampl <= '0' & ctrl.ampl;
mult : ENTITY common_lib.common_mult
mult : ENTITY common_mult_lib.common_mult
GENERIC MAP (
g_technology => g_technology,
g_variant => "RTL",
g_in_a_w => g_buf_dat_w,
g_in_b_w => c_ampl_w,
g_out_p_w => c_mult_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment