Skip to content

Commit 56e81e5

Browse files
authored
Merge pull request The-OpenROAD-Project#3436 from The-OpenROAD-Project-staging/string-break
Fix bad string continuation in synth.tcl
2 parents 1d9153a + b31ac18 commit 56e81e5

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)