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

No need for tech_tse_component_pkg, because the IP instantiation is done in tech_tse_stratixiv.vhd

parent 57756a24
No related branches found
No related tags found
No related merge requests found
...@@ -22,12 +22,11 @@ ...@@ -22,12 +22,11 @@
LIBRARY IEEE, technology_lib, common_lib, dp_lib; LIBRARY IEEE, technology_lib, common_lib, dp_lib;
USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_1164.ALL;
USE work.tech_tse_component_pkg.ALL;
USE work.tech_tse_pkg.ALL;
USE technology_lib.technology_pkg.ALL; USE technology_lib.technology_pkg.ALL;
USE technology_lib.technology_select_pkg.ALL; USE technology_lib.technology_select_pkg.ALL;
USE common_lib.common_mem_pkg.ALL; USE common_lib.common_mem_pkg.ALL;
USE dp_lib.dp_stream_pkg.ALL; USE dp_lib.dp_stream_pkg.ALL;
USE work.tech_tse_pkg.ALL;
ENTITY tech_tse IS ENTITY tech_tse IS
......
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