From d650c83ff2dfb53eae3b9c355464f05f862652a9 Mon Sep 17 00:00:00 2001
From: David Brouwer <dbrouwer@astron.nl>
Date: Mon, 23 Oct 2023 09:03:50 +0200
Subject: [PATCH] Clarified why to keep hdl_lib_technology empty.

---
 libraries/technology/ip_arria10/complex_mult_rtl/hdllib.cfg     | 2 +-
 .../technology/ip_arria10/complex_mult_rtl_canonical/hdllib.cfg | 2 +-
 libraries/technology/ip_arria10/mult/hdllib.cfg                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libraries/technology/ip_arria10/complex_mult_rtl/hdllib.cfg b/libraries/technology/ip_arria10/complex_mult_rtl/hdllib.cfg
index c117b1a368..772a81cade 100644
--- a/libraries/technology/ip_arria10/complex_mult_rtl/hdllib.cfg
+++ b/libraries/technology/ip_arria10/complex_mult_rtl/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_complex_mult_rtl
 hdl_library_clause_name = ip_arria10_complex_mult_rtl_lib
 hdl_lib_uses_synth = 
 hdl_lib_uses_sim = 
-hdl_lib_technology = #ip_arria10 This file is also used for arria10_e3sge3 and arria10_e1sg
+hdl_lib_technology = #ip_arria10 This file is also used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. It can be used for other (new) technologies. Leave hdl_lib_technology empty.
 
 synth_files =
     ip_arria10_complex_mult_rtl.vhd
diff --git a/libraries/technology/ip_arria10/complex_mult_rtl_canonical/hdllib.cfg b/libraries/technology/ip_arria10/complex_mult_rtl_canonical/hdllib.cfg
index a8446b153d..bb6e480fe3 100644
--- a/libraries/technology/ip_arria10/complex_mult_rtl_canonical/hdllib.cfg
+++ b/libraries/technology/ip_arria10/complex_mult_rtl_canonical/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_complex_mult_rtl_canonical
 hdl_library_clause_name = ip_arria10_complex_mult_rtl_canonical_lib
 hdl_lib_uses_synth = 
 hdl_lib_uses_sim = 
-hdl_lib_technology = #ip_arria10 This file is also used for arria10_e3sge3 and arria10_e1sg
+hdl_lib_technology = #ip_arria10 This file is also used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. It can be used for other (new) technologies. Leave hdl_lib_technology empty.
 
 synth_files =
     ip_arria10_complex_mult_rtl_canonical.vhd
diff --git a/libraries/technology/ip_arria10/mult/hdllib.cfg b/libraries/technology/ip_arria10/mult/hdllib.cfg
index 261e2d6efc..75ed0b9a50 100644
--- a/libraries/technology/ip_arria10/mult/hdllib.cfg
+++ b/libraries/technology/ip_arria10/mult/hdllib.cfg
@@ -2,7 +2,7 @@ hdl_lib_name = ip_arria10_mult
 hdl_library_clause_name = ip_arria10_mult_lib
 hdl_lib_uses_synth = 
 hdl_lib_uses_sim = 
-hdl_lib_technology = 
+hdl_lib_technology = #ip_arria10 This file is also used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. It can be used for other (new) technologies. Leave hdl_lib_technology empty.
 
 synth_files =
     ip_arria10_mult.vhd
-- 
GitLab