From 90775b394f55d16c66b5742d309acb8dc1c3f50a Mon Sep 17 00:00:00 2001 From: Timon Heim <timon.heim@cern.ch> Date: Tue, 10 Jun 2014 11:15:31 +0200 Subject: [PATCH] Fixing reference to the right library. --- hdl/gn4124core/rtl/l2p_dma_master.vhd | 2 +- hdl/gn4124core/rtl/p2l_dma_master.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hdl/gn4124core/rtl/l2p_dma_master.vhd b/hdl/gn4124core/rtl/l2p_dma_master.vhd index 2e93dd4..cdaddfa 100644 --- a/hdl/gn4124core/rtl/l2p_dma_master.vhd +++ b/hdl/gn4124core/rtl/l2p_dma_master.vhd @@ -44,7 +44,7 @@ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.all; use work.gn4124_core_pkg.all; -use work.common_pkg.all; +use work.genram_pkg.all; entity l2p_dma_master is diff --git a/hdl/gn4124core/rtl/p2l_dma_master.vhd b/hdl/gn4124core/rtl/p2l_dma_master.vhd index e3631fe..0eda357 100644 --- a/hdl/gn4124core/rtl/p2l_dma_master.vhd +++ b/hdl/gn4124core/rtl/p2l_dma_master.vhd @@ -42,7 +42,7 @@ library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.NUMERIC_STD.all; use work.gn4124_core_pkg.all; -use work.common_pkg.all; +use work.genram_pkg.all; entity p2l_dma_master is generic ( -- GitLab