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 33aa701 + 505e82d commit 76a4dd5Copy full SHA for 76a4dd5
src/tapcell/src/tapcell.tcl
@@ -821,7 +821,7 @@ proc tapcell { args } {
821
822
if {$topbottom_chk == 1} {
823
# top
824
- if {[string match "R0" $ori]} {
+ if {[string match "MX" $ori]} {
825
set master [$db findMaster $tap_nwintie_master]
826
set tb2_master [$db findMaster $tap_nwin2_master]
827
set tb3_master [$db findMaster $tap_nwin3_master]
@@ -832,7 +832,7 @@ proc tapcell { args } {
832
}
833
} elseif {$topbottom_chk == -1} {
834
# bottom
835
- if {[string match "MX" $ori]} {
+ if {[string match "R0" $ori]} {
836
837
838
0 commit comments