Skip to content
Snippets Groups Projects
Commit c11280cb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Removed common_lib, because not applicable here.

parent 1c96d042
Branches
No related tags found
No related merge requests found
...@@ -53,9 +53,8 @@ ...@@ -53,9 +53,8 @@
-- oe_out : out std_logic_vector(width-1 downto 0) ); -- oe_out : out std_logic_vector(width-1 downto 0) );
-- end component; -- end component;
LIBRARY IEEE, common_lib; LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_1164.ALL;
USE common_lib.common_pkg.ALL;
LIBRARY altera_mf; LIBRARY altera_mf;
USE altera_mf.altera_mf_components.ALL; USE altera_mf.altera_mf_components.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment