diff --git a/synthesis/synth.tcl b/synthesis/synth.tcl index cabde405..3ba20aec 100644 --- a/synthesis/synth.tcl +++ b/synthesis/synth.tcl @@ -117,7 +117,7 @@ if { [info exists ::env(STATS_JSON) ] } { read_liberty -lib -ignore_miss_func $liberty ltp -noff $top -yosys log -n Flop count:\ +yosys log -n "Flop count: " yosys select -count t:*__df* t:DFF* t:*_DFF* t:*_SDFF* t:*_ADFF* t:*dff set base_liberty [file tail $liberty]