Skip to content

Commit aaf4f6a

Browse files
authored
Merge pull request #3284 from The-OpenROAD-Project-staging/cell-veneer-fix
Fix cell-veener whitespace bug
2 parents 3d39210 + 6dd1075 commit aaf4f6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/util/cell-veneer/lefdef.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,12 +768,12 @@ proc write { design } {
768768
dict for {pin_name pin} [dict get $design pins] {
769769
out -nonewline [concat \
770770
"- $pin_name + NET [dict get $pin net_name]" \
771-
"+ DIRECTION [dict get $pin direction] "]
771+
"+ DIRECTION [dict get $pin direction]"]
772772
if { [dict exists $pin use] } {
773-
out -nonewline "+ USE [dict get $pin use] "
773+
out -nonewline " + USE [dict get $pin use]"
774774
}
775775
if { [dict exists $pin special] } {
776-
out -nonewline "+ SPECIAL "
776+
out -nonewline " + SPECIAL"
777777
}
778778
out ""
779779
if { [dict exists $pin ports] } {

0 commit comments

Comments
 (0)