We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216554a commit 3163acdCopy full SHA for 3163acd
synthesis/synth.tcl
@@ -33,9 +33,9 @@ set liberty $::env(LIBERTY)
33
dfflibmap -liberty $liberty
34
35
if { [info exists ::env(CLOCK_PERIOD) ] } {
36
- abc -liberty $liberty -dff -g aig -D $::env(CLOCK_PERIOD)
+ abc -liberty $liberty -g aig -D $::env(CLOCK_PERIOD)
37
} else {
38
- abc -liberty $liberty -dff -g aig
+ abc -liberty $liberty -g aig
39
}
40
41
# write synthesized design
0 commit comments