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

Remove unused IEEE.STD_LOGIC_UNSIGNED, if necessary then should use IEEE.numeric_std.

parent fc239c53
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,8 @@
--------------------------------------------------------------------------------
LIBRARY IEEE, common_lib, dp_lib, technology_lib, tech_transceiver_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.NUMERIC_STD.ALL;
USE IEEE.std_logic_1164.ALL;
USE IEEE.numeric_std.ALL;
USE common_lib.common_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL;
......
......@@ -28,8 +28,7 @@
LIBRARY IEEE, common_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.std_logic_1164.ALL;
USE common_lib.common_pkg.ALL;
ENTITY sim_transceiver_deserializer IS
......
......@@ -28,8 +28,7 @@
-- None
LIBRARY IEEE, common_lib, dp_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.std_logic_1164.ALL;
USE common_lib.common_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
......
......@@ -68,8 +68,7 @@
LIBRARY IEEE, common_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.std_logic_1164.ALL;
USE common_lib.common_pkg.ALL;
ENTITY sim_transceiver_serializer IS
......
......@@ -24,8 +24,7 @@
LIBRARY ip_stratixiv_transceiver_lib;
LIBRARY IEEE, common_lib, dp_lib;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.std_logic_1164.ALL;
USE work.tech_transceiver_component_pkg.ALL;
USE common_lib.common_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment