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

No need for technology_lib.

parent 9f451e28
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,8 @@ ...@@ -22,9 +22,8 @@
-- Purpose: IP components declarations for various devices that get wrapped by the tech components -- Purpose: IP components declarations for various devices that get wrapped by the tech components
LIBRARY IEEE, technology_lib; LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_1164.ALL;
USE technology_lib.technology_pkg.ALL;
PACKAGE tech_ddr_component_pkg IS PACKAGE tech_ddr_component_pkg IS
...@@ -138,6 +137,4 @@ PACKAGE tech_ddr_component_pkg IS ...@@ -138,6 +137,4 @@ PACKAGE tech_ddr_component_pkg IS
END tech_ddr_component_pkg; END tech_ddr_component_pkg;
PACKAGE BODY tech_ddr_component_pkg IS PACKAGE BODY tech_ddr_component_pkg IS
END tech_ddr_component_pkg; END tech_ddr_component_pkg;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment