mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
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
20 lines
217 B
Plaintext
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)
|
|
|