From bcba7953bd7c205cdf8aa79e54d5426d250c084b Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Tue, 17 Jan 2023 09:31:18 +0100
Subject: [PATCH] processed review comments

---
 libraries/technology/flash/hdllib.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/technology/flash/hdllib.cfg b/libraries/technology/flash/hdllib.cfg
index f7306aac16..e6dc1a8b05 100644
--- a/libraries/technology/flash/hdllib.cfg
+++ b/libraries/technology/flash/hdllib.cfg
@@ -26,8 +26,8 @@ hdl_lib_disclose_library_clause_names =
     
 synth_files =
     tech_flash_component_pkg.vhd
-    tech_flash_asmi_parallel.vhd #e1sg,e2sg component is not instantiated in simulation
-    tech_flash_remote_update.vhd #e1sg,e2sg component is not instantiated in simulation
+    tech_flash_asmi_parallel.vhd #e1sg,e2sg component is not instantiated in simulation, only for synthesis
+    tech_flash_remote_update.vhd #e1sg,e2sg component is not instantiated in simulation, only for synthesis
 
 test_bench_files =
 
-- 
GitLab