Files
klayout/testdata/drc/drcSimpleTests_3.drc
T

20 lines
217 B
Plaintext
Raw Normal View History

2017-08-23 23:19:36 +02:00
# Foreign cell test
source($drc_test_source, "TOPTOP")
target($drc_test_target)
cell("TOP")
a1 = input(1)
b1 = input(2)
output_cell("NEW")
a1.and(b1).output(1000, 0)
cell("TOPTOP")
a1.and(b1).output(1001, 0)