Skip to content
Snippets Groups Projects
Commit fde11372 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Fixed library prefix.

parent a46c1f38
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ ARCHITECTURE rtl OF corr_multiplier IS
BEGIN
gen_common_complex_mult : FOR i IN 0 TO g_nof_inputs-1 GENERATE
u_common_complex_mult : ENTITY work.common_complex_mult(rtl)
u_common_complex_mult : ENTITY common_lib.common_complex_mult(rtl)
--u_dut : ENTITY work.common_complex_mult(rtl_dsp)
--u_dut : ENTITY work.common_complex_mult(altera_rtl)
--u_dut : ENTITY work.common_complex_mult(str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment