Skip to content

Commit

Permalink
removing debug options
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Feb 27, 2024
1 parent e79e856 commit e0f35ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synthesis/synth.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0f35ed

Please sign in to comment.