From 447fec03c7135b92a5c085a6b643b245bc918f00 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko <76039929+mixeme@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:14:37 +0300 Subject: [PATCH] Update comment --- scripts/scripts_syn/RUN_SYN.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts_syn/RUN_SYN.tcl b/scripts/scripts_syn/RUN_SYN.tcl index 521a043..d22b7e5 100644 --- a/scripts/scripts_syn/RUN_SYN.tcl +++ b/scripts/scripts_syn/RUN_SYN.tcl @@ -27,7 +27,7 @@ set SYN_RESULTS_FOLDER "../results/results_syn"; # Results folde ### ================= END of USER SETTINGS ========== ### ============== PROC to run synthesis ============ -### Set TRUE to enable technological mapping; otherwise only elaboration is active +### Set TRUE to enable technological mapping and results export; otherwise only elaboration is active set MAPPING "FALSE"; ### ========== end of PROC to run synthesis =========