From 481e37e8c51f4dc146a81b92a4f5d54c405b4e1f Mon Sep 17 00:00:00 2001 From: David Brouwer <dbrouwer@astron.nl> Date: Tue, 24 Oct 2023 14:16:39 +0200 Subject: [PATCH] comment shortened --- libraries/technology/ip_agi027_xxxx/complex_mult_rtl/hdllib.cfg | 2 +- .../ip_agi027_xxxx/complex_mult_rtl_canonical/hdllib.cfg | 2 +- libraries/technology/ip_agi027_xxxx/mult/hdllib.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/technology/ip_agi027_xxxx/complex_mult_rtl/hdllib.cfg b/libraries/technology/ip_agi027_xxxx/complex_mult_rtl/hdllib.cfg index 8ba6129a08..93f2eb999c 100644 --- a/libraries/technology/ip_agi027_xxxx/complex_mult_rtl/hdllib.cfg +++ b/libraries/technology/ip_agi027_xxxx/complex_mult_rtl/hdllib.cfg @@ -2,7 +2,7 @@ hdl_lib_name = ip_agi027_xxxx_complex_mult_rtl hdl_library_clause_name = ip_agi027_xxxx_complex_mult_rtl_lib hdl_lib_uses_synth = hdl_lib_uses_sim = -hdl_lib_technology = #ip_agi027_xxxx Almost the same file has also been used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. That file is located in the ip_arria10/complex_mult_rtl/ folder. It can be used for other (new) technologies. Leave hdl_lib_technology empty. +hdl_lib_technology = #Similar to the complex_mult_rtl hdllib of arria10_e1sg, e2sg, e3sge3 synth_files = ip_agi027_xxxx_complex_mult_rtl.vhd diff --git a/libraries/technology/ip_agi027_xxxx/complex_mult_rtl_canonical/hdllib.cfg b/libraries/technology/ip_agi027_xxxx/complex_mult_rtl_canonical/hdllib.cfg index 1935ab68ce..62325a9ea8 100644 --- a/libraries/technology/ip_agi027_xxxx/complex_mult_rtl_canonical/hdllib.cfg +++ b/libraries/technology/ip_agi027_xxxx/complex_mult_rtl_canonical/hdllib.cfg @@ -2,7 +2,7 @@ hdl_lib_name = ip_agi027_xxxx_complex_mult_rtl_canonical hdl_library_clause_name = ip_agi027_xxxx_complex_mult_rtl_canonical_lib hdl_lib_uses_synth = hdl_lib_uses_sim = -hdl_lib_technology = #ip_agi027_xxxx Almost the same file has also been used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. That file is located in the ip_arria10/complex_mult_rtl_canonical/ folder. It can be used for (new) technologies. Leave hdl_lib_technology empty. +hdl_lib_technology = #Similar to the complex_mult_rtl_canonical hdllib of arria10_e1sg, e2sg, e3sge3 synth_files = ip_agi027_xxxx_complex_mult_rtl_canonical.vhd diff --git a/libraries/technology/ip_agi027_xxxx/mult/hdllib.cfg b/libraries/technology/ip_agi027_xxxx/mult/hdllib.cfg index c19694a451..c3fee94e62 100644 --- a/libraries/technology/ip_agi027_xxxx/mult/hdllib.cfg +++ b/libraries/technology/ip_agi027_xxxx/mult/hdllib.cfg @@ -2,7 +2,7 @@ hdl_lib_name = ip_agi027_xxxx_mult hdl_library_clause_name = ip_agi027_xxxx_mult_lib hdl_lib_uses_synth = hdl_lib_uses_sim = -hdl_lib_technology = #ip_agi027_xxxx Almost the same file has also been used for arria10_e3sge3, arria10_e1sg and arria10_e2sg. That file is located in the ip_arria10/mult/ folder. It can be used for other (new) technologies. Leave hdl_lib_technology empty. +hdl_lib_technology = #Similar to the mult hdllib of arria10_e1sg, e2sg, e3sge3 synth_files = ip_agi027_xxxx_mult.vhd -- GitLab