From 429525367288d9e471a0d1ebaa5bdedb78319f97 Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Mon, 23 Oct 2023 08:57:59 +0200 Subject: [PATCH] Updated headerinformation to recent standard. Added two constants c_tech_mult_agi027_xxxx_rtl and c_tech_mult_agi027_xxxx_ip for the Agilex 7 to this package. --- libraries/technology/mult/tech_mult_pkg.vhd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libraries/technology/mult/tech_mult_pkg.vhd b/libraries/technology/mult/tech_mult_pkg.vhd index 093a503af2..73af31ff91 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; -- GitLab