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 =========