diff --git a/libraries/base/common/src/vhdl/common_paged_ram_crw_crw.vhd b/libraries/base/common/src/vhdl/common_paged_ram_crw_crw.vhd index c4012fc05482c9c5b6318d8437e6419679fd8891..c125c8ec5adef8f2674333a498cbf3d57f955f4a 100644 --- a/libraries/base/common/src/vhdl/common_paged_ram_crw_crw.vhd +++ b/libraries/base/common/src/vhdl/common_paged_ram_crw_crw.vhd @@ -1,6 +1,6 @@ -- ----------------------------------------------------------------------------- -- --- Copyright 2011-2023 +-- Copyright 2011-2024 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands -- @@ -38,8 +38,8 @@ -- pages are then mapped at subsequent addresses in the buf RAM. -- . The "use_adr" variant is optimal for speed, so that is set as default. -- Issues: --- Unavailable for Intel Agilex 7 (agi027_xxxx). See common_paged_ram_rw_rw --- for more context. +-- Dual clock support is unavailable for Intel Agilex 7 (agi027_xxxx). +-- See common_paged_ram_rw_rw for more context. library IEEE, technology_lib; use IEEE.std_logic_1164.all; diff --git a/libraries/base/common/src/vhdl/common_ram_crw_cr.vhd b/libraries/base/common/src/vhdl/common_ram_crw_cr.vhd index 9460631e1d382162793e67faeca1b60b9220582c..bbb0341aa41abcfc70d67a4984ad04d56c045014 100644 --- a/libraries/base/common/src/vhdl/common_ram_crw_cr.vhd +++ b/libraries/base/common/src/vhdl/common_ram_crw_cr.vhd @@ -23,8 +23,8 @@ -- Changed by: -- D.F. Brouwer -- Issues: --- Unavailable for Intel Agilex 7 (agi027_xxxx). See common_ram_rw_rw --- for more context. +-- Dual clock support is unavailable for Intel Agilex 7 (agi027_xxxx). +-- See common_ram_rw_rw for more context. library IEEE, technology_lib; use IEEE.std_logic_1164.all; diff --git a/libraries/base/common/src/vhdl/common_ram_crw_crw.vhd b/libraries/base/common/src/vhdl/common_ram_crw_crw.vhd index b602cf707d949f511a55c5950f308644a978cce9..e83f79459540ed94d8107340e0b1e3d4bea15b67 100644 --- a/libraries/base/common/src/vhdl/common_ram_crw_crw.vhd +++ b/libraries/base/common/src/vhdl/common_ram_crw_crw.vhd @@ -1,6 +1,6 @@ -- ----------------------------------------------------------------------------- -- --- Copyright 2014-2023 +-- Copyright 2014-2024 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands -- @@ -23,8 +23,8 @@ -- Changed by: -- D.F. Brouwer -- Issues: --- Unavailable for Intel Agilex 7 (agi027_xxxx). See common_ram_rw_rw --- for more context. +-- Dual clock support is unavailable for Intel Agilex 7 (agi027_xxxx). +-- See common_ram_rw_rw for more context. library IEEE, technology_lib, tech_memory_lib; use IEEE.std_logic_1164.all; diff --git a/libraries/base/common/src/vhdl/common_ram_crw_crw_ratio.vhd b/libraries/base/common/src/vhdl/common_ram_crw_crw_ratio.vhd index c85bd11f2ed1e35a5a55991bfe36c4449b1874aa..aeeb36fb8a3c313c0162f4bf40bbbbc51d92635b 100644 --- a/libraries/base/common/src/vhdl/common_ram_crw_crw_ratio.vhd +++ b/libraries/base/common/src/vhdl/common_ram_crw_crw_ratio.vhd @@ -1,6 +1,6 @@ -- ----------------------------------------------------------------------------- -- --- Copyright 2014-2023 +-- Copyright 2014-2024 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands -- @@ -23,8 +23,8 @@ -- Changed by: -- D.F. Brouwer -- Issues: --- Unavailable for Intel Agilex 7 (agi027_xxxx). See common_ram_cr_cw_ratio --- for more context. +-- Dual clock and ratio support is unavailable for Intel Agilex 7 (agi027_xxxx). +-- See common_ram_cr_cw_ratio for more context. library IEEE, technology_lib, tech_memory_lib; use IEEE.std_logic_1164.all; diff --git a/libraries/base/common/src/vhdl/common_ram_crw_cw.vhd b/libraries/base/common/src/vhdl/common_ram_crw_cw.vhd index 5fe4fde7782fbdff680103be8f74b3894325b558..26bdd49ae176576c9f178e5a895761eb4a462b26 100644 --- a/libraries/base/common/src/vhdl/common_ram_crw_cw.vhd +++ b/libraries/base/common/src/vhdl/common_ram_crw_cw.vhd @@ -1,6 +1,6 @@ -- ----------------------------------------------------------------------------- -- --- Copyright 2014-2023 +-- Copyright 2014-2024 -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/> -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands -- @@ -23,8 +23,8 @@ -- Changed by: -- D.F. Brouwer -- Issues: --- Unavailable for Intel Agilex 7 (agi027_xxxx). See common_ram_rw_rw --- for more context. +-- Dual clock support is unavailable for Intel Agilex 7 (agi027_xxxx). +-- See common_ram_rw_rw for more context. library IEEE, technology_lib; use IEEE.std_logic_1164.all;