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