diff --git a/libraries/technology/mult/tech_mult_pkg.vhd b/libraries/technology/mult/tech_mult_pkg.vhd index 093a503af280e3ae167d8312b6ce3315a3cecc41..73af31ff91ea5018b8b88bfa68d868c8fee95895 100644 --- a/libraries/technology/mult/tech_mult_pkg.vhd +++ b/libraries/technology/mult/tech_mult_pkg.vhd @@ -1,8 +1,7 @@ ------------------------------------------------------------------------------- -- --- Copyright (C) 2014 +-- Copyright (C) 2014-2023 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> --- JIVE (Joint Institute for VLBI in Europe) <http://www.jive.nl/> -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands -- -- This program is free software: you can redistribute it and/or modify @@ -19,6 +18,9 @@ -- along with this program. If not, see <http://www.gnu.org/licenses/>. -- ------------------------------------------------------------------------------- +-- +-- Author : - +-- Changed by : D.F. Brouwer library IEEE, technology_lib; use IEEE.std_logic_1164.all; @@ -36,5 +38,7 @@ package tech_mult_pkg is constant c_tech_mult_stratixiv_ip : t_c_tech_mult_variant := (" IP", true); constant c_tech_mult_arria10_rtl : t_c_tech_mult_variant := ("RTL", false); constant c_tech_mult_arria10_ip : t_c_tech_mult_variant := (" IP", true); + constant c_tech_mult_agi027_xxxx_rtl : t_c_tech_mult_variant := ("RTL", false); + constant c_tech_mult_agi027_xxxx_ip : t_c_tech_mult_variant := (" IP", true); end tech_mult_pkg;