mirror of https://github.com/KLayout/klayout.git
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
|
|
|
||
|
|
verbose(true)
|
||
|
|
|
||
|
|
layout = RBA::Layout::new
|
||
|
|
layout.read(File.dirname(__FILE__) + "/drctest.gds")
|
||
|
|
source(layout, "TOPTOP")
|
||
|
|
|
||
|
|
layout2 = RBA::Layout::new
|
||
|
|
target(layout2)
|
||
|
|
|
||
|
|
input(3, 0).output(100, 0)
|
||
|
|
|
||
|
|
layout2.write("drctest2_out.gds")
|
||
|
|
|