From c11280cb4ea74ec5e147412986778e185899466a Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 27 May 2014 13:23:59 +0000
Subject: [PATCH] Removed common_lib, because not applicable here.

---
 libraries/technology/altera/altera_mf/altera_mf_ddio_out.vhd | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/libraries/technology/altera/altera_mf/altera_mf_ddio_out.vhd b/libraries/technology/altera/altera_mf/altera_mf_ddio_out.vhd
index 51199c9175..cb4be10ded 100644
--- a/libraries/technology/altera/altera_mf/altera_mf_ddio_out.vhd
+++ b/libraries/technology/altera/altera_mf/altera_mf_ddio_out.vhd
@@ -50,12 +50,11 @@
 --           sclr       : in std_logic := '0';
 --           oe         : in std_logic := '1';
 --           dataout    : out std_logic_vector(width-1 downto 0);
---           oe_out    : out std_logic_vector(width-1 downto 0) );
+--           oe_out     : out std_logic_vector(width-1 downto 0) );
 --   end component;
 
-LIBRARY IEEE, common_lib;
+LIBRARY IEEE;
 USE IEEE.STD_LOGIC_1164.ALL;
-USE common_lib.common_pkg.ALL;
 
 LIBRARY altera_mf;
 USE altera_mf.altera_mf_components.ALL;
-- 
GitLab