mirror of https://github.com/KLayout/klayout.git
Updated unit tests
This commit is contained in:
parent
722b45b721
commit
2e21498422
|
|
@ -464,8 +464,8 @@ begin_circuit BUF BUF
|
|||
match_nets VDD VDD
|
||||
match_nets VSS VSS
|
||||
match_nets OUT OUT
|
||||
match_nets INT $10
|
||||
net_mismatch IN IN
|
||||
match_nets INT $10
|
||||
net_mismatch INT2 $11
|
||||
match_pins $0 $1
|
||||
match_pins $1 $3
|
||||
|
|
@ -524,8 +524,8 @@ begin_circuit BUF BUF
|
|||
match_nets VDD VDD
|
||||
match_nets VSS VSS
|
||||
match_nets OUT OUT
|
||||
match_nets INT $10
|
||||
net_mismatch IN IN
|
||||
match_nets INT $10
|
||||
net_mismatch INT2 $11
|
||||
match_pins $0 $1
|
||||
match_pins $1 $3
|
||||
|
|
|
|||
Loading…
Reference in New Issue