We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d39210 + 6dd1075 commit aaf4f6aCopy full SHA for aaf4f6a
flow/util/cell-veneer/lefdef.tcl
@@ -768,12 +768,12 @@ proc write { design } {
768
dict for {pin_name pin} [dict get $design pins] {
769
out -nonewline [concat \
770
"- $pin_name + NET [dict get $pin net_name]" \
771
- "+ DIRECTION [dict get $pin direction] "]
+ "+ DIRECTION [dict get $pin direction]"]
772
if { [dict exists $pin use] } {
773
- out -nonewline "+ USE [dict get $pin use] "
+ out -nonewline " + USE [dict get $pin use]"
774
}
775
if { [dict exists $pin special] } {
776
- out -nonewline "+ SPECIAL "
+ out -nonewline " + SPECIAL"
777
778
out ""
779
if { [dict exists $pin ports] } {
0 commit comments