Skip to content
Snippets Groups Projects
Commit 90775b39 authored by Timon Heim's avatar Timon Heim
Browse files

Fixing reference to the right library.

parent cd178855
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ library IEEE; ...@@ -44,7 +44,7 @@ library IEEE;
use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_1164.all;
use IEEE.NUMERIC_STD.all; use IEEE.NUMERIC_STD.all;
use work.gn4124_core_pkg.all; use work.gn4124_core_pkg.all;
use work.common_pkg.all; use work.genram_pkg.all;
entity l2p_dma_master is entity l2p_dma_master is
......
...@@ -42,7 +42,7 @@ library IEEE; ...@@ -42,7 +42,7 @@ library IEEE;
use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_1164.all;
use IEEE.NUMERIC_STD.all; use IEEE.NUMERIC_STD.all;
use work.gn4124_core_pkg.all; use work.gn4124_core_pkg.all;
use work.common_pkg.all; use work.genram_pkg.all;
entity p2l_dma_master is entity p2l_dma_master is
generic ( generic (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment