Files
klayout/testdata/drc/drcSimpleTests_3.drc
T
Matthias Koefferlein be1b007f2f DRC tests integrated now + refactoring
Refactoring:
* more consistent behavior of output redirection
* ut library was refactored and split into several
  .h/.cc
* concept of long runners introduced
* long runners can be skipped with "test_is_long_runner()"
* same for editable/non-editable mode tests
2017-08-23 23:19:36 +02:00

20 lines
217 B
Plaintext

# 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)