From e0f35ed90095ca19daf2214237a8d28601cae460 Mon Sep 17 00:00:00 2001 From: Ethan Mahintorabi Date: Tue, 27 Feb 2024 00:51:57 +0000 Subject: [PATCH] removing debug options Signed-off-by: Ethan Mahintorabi --- synthesis/synth.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synthesis/synth.tcl b/synthesis/synth.tcl index d7079371..2ffbfa5b 100644 --- a/synthesis/synth.tcl +++ b/synthesis/synth.tcl @@ -90,9 +90,9 @@ dfflibmap -liberty $liberty opt if { [info exists ::env(CLOCK_PERIOD) ] } { - abc -showtmp -nocleanup -liberty $liberty -dff -script $::env(ABC_SCRIPT) -constr $::env(CONSTR) -g aig -D $::env(CLOCK_PERIOD) {*}$::env(DONT_USE_ARGS) + abc -liberty $liberty -dff -script $::env(ABC_SCRIPT) -constr $::env(CONSTR) -g aig -D $::env(CLOCK_PERIOD) {*}$::env(DONT_USE_ARGS) } else { - abc -showtmp -nocleanup -liberty $liberty -dff -script $::env(ABC_SCRIPT) -constr $::env(CONSTR) -g aig {*}$::env(DONT_USE_ARGS) + abc -liberty $liberty -dff -script $::env(ABC_SCRIPT) -constr $::env(CONSTR) -g aig {*}$::env(DONT_USE_ARGS) } setundef -zero