Skip to content
Snippets Groups Projects
Commit 4630ce22 authored by Pepping's avatar Pepping
Browse files

Changed common to common_mult

parent de5eade4
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
--
-------------------------------------------------------------------------------
LIBRARY IEEE, common_lib;
LIBRARY IEEE, common_lib, common_mult_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE common_lib.common_pkg.ALL;
......@@ -67,7 +67,7 @@ ARCHITECTURE str OF aduh_power_sum IS
BEGIN
u_prod_data : ENTITY common_lib.common_mult(rtl)
u_prod_data : ENTITY common_mult_lib.common_mult(rtl)
GENERIC MAP (
g_in_a_w => g_symbol_w,
g_in_b_w => g_symbol_w,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment