Skip to content

Commit b31ac18

Browse files
committed
Fix bad string continuation in synth.tcl
Signed-off-by: Matt Liberty <[email protected]>
1 parent 1d9153a commit b31ac18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/synth.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ if { ![env_var_equals SYNTH_HIERARCHICAL 1] } {
4242

4343
if { [env_var_exists_and_non_empty SYNTH_MINIMUM_KEEP_SIZE] } {
4444
set ungroup_threshold $::env(SYNTH_MINIMUM_KEEP_SIZE)
45-
puts "Keep modules above estimated size of " \
46-
"$ungroup_threshold gate equivalents"
45+
puts "Keep modules above estimated size of
46+
$ungroup_threshold gate equivalents"
4747

4848
convert_liberty_areas
4949
keep_hierarchy -min_cost $ungroup_threshold

0 commit comments

Comments
 (0)