We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c58491 commit c3ee629Copy full SHA for c3ee629
synthesis/synth.tcl
@@ -77,9 +77,9 @@ set liberty $::env(LIBERTY)
77
dfflibmap -liberty $liberty
78
79
if { [info exists ::env(CLOCK_PERIOD) ] } {
80
- abc -liberty $liberty -dff -g aig -D $::env(CLOCK_PERIOD) {*}$::env(DONT_USE_ARGS)
+ abc -liberty $liberty -g aig -D $::env(CLOCK_PERIOD) {*}$::env(DONT_USE_ARGS)
81
} else {
82
- abc -liberty $liberty -dff -g aig {*}$::env(DONT_USE_ARGS)
+ abc -liberty $liberty -g aig {*}$::env(DONT_USE_ARGS)
83
}
84
85
# Remove internal only aliases for public nets and then give created instances
0 commit comments