Skip to content

Commit

Permalink
Merge pull request hdl#255 from allight/fix-tcl-trailing-space
Browse files Browse the repository at this point in the history
Don't rely on escapes for spaces in logging tcl command
  • Loading branch information
QuantamHD authored Dec 19, 2023
2 parents d184095 + fc1f2f2 commit ad55931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthesis/synth.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ad55931

Please sign in to comment.