diff --git a/libraries/technology/ddr/tech_ddr_component_pkg.vhd b/libraries/technology/ddr/tech_ddr_component_pkg.vhd index ddbd7908defaf73ab38f7da18c65aa835c782c7f..67e5a1d3714feeacf0dbd35cacc2f5f97f36196b 100644 --- a/libraries/technology/ddr/tech_ddr_component_pkg.vhd +++ b/libraries/technology/ddr/tech_ddr_component_pkg.vhd @@ -22,9 +22,8 @@ -- 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 technology_lib.technology_pkg.ALL; PACKAGE tech_ddr_component_pkg IS @@ -138,6 +137,4 @@ PACKAGE tech_ddr_component_pkg IS END tech_ddr_component_pkg; PACKAGE BODY tech_ddr_component_pkg IS - - END tech_ddr_component_pkg;