File: drcSimpleTests_16.drc

package info (click to toggle)
klayout 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292,204 kB
  • sloc: cpp: 2,068,428; ruby: 47,823; xml: 26,924; python: 14,404; sh: 1,812; tcl: 212; perl: 170; makefile: 112; ansic: 42
file content (17 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

source($drc_test_source)
target($drc_test_target)

deep

input(2,0).output(2, 0)
input(3,0).output(3, 0)
input(4,0).output(4, 0)
input(9,0).output(9, 0)

input(2,0).edges.extents(10.nm, 10.nm).output(102, 0)
input(3,0).edges.extents(10.nm, 20.nm).output(103, 0)
input(4,0).edges.extents(20.nm, 10.nm).output(104, 0)
input(9,0).edges.extents(20.nm).output(109, 0)
labels(9,0).extents(50.nm, 100.nm).output(109, 1)