Skip to content
Snippets Groups Projects
Commit 42952536 authored by David Brouwer's avatar David Brouwer
Browse files

Updated headerinformation to recent standard. Added two constants...

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.
parent 429ad596
No related branches found
No related tags found
1 merge request!361Porting multipliers: mult, mult_add2, mult_add4, complex_mult, complex_mult_rtl, complex_mult_rtl_canonical for Intel Agilex 7
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- --
-- Copyright (C) 2014 -- Copyright (C) 2014-2023
-- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> -- 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 -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
-- --
-- This program is free software: you can redistribute it and/or modify -- This program is free software: you can redistribute it and/or modify
...@@ -19,6 +18,9 @@ ...@@ -19,6 +18,9 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
--
-- Author : -
-- Changed by : D.F. Brouwer
library IEEE, technology_lib; library IEEE, technology_lib;
use IEEE.std_logic_1164.all; use IEEE.std_logic_1164.all;
...@@ -36,5 +38,7 @@ package tech_mult_pkg is ...@@ -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_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_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_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; end tech_mult_pkg;
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