klayout/testdata/drc/drctest2.drc

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