mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
Merge branch 'master' into lefdef-enhancments
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
|
||||
.global vdd gnd
|
||||
|
||||
X0 FILLER_CAP
|
||||
R$1 vdd gnd 1k
|
||||
|
||||
* should be ignored:
|
||||
.global vdd
|
||||
.global gnd
|
||||
|
||||
.subckt FILLER_CAP
|
||||
M0 gnd vdd gnd gnd NMOS W=10u L=10u
|
||||
.ends FILLER_CAP
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
source($drc_test_source, "TOP")
|
||||
target($drc_test_target)
|
||||
|
||||
# various shielding configurations
|
||||
|
||||
l1 = input(1,0)
|
||||
l1.output(1, 0)
|
||||
l1.space(0.21.um, euclidian).output(10, 0)
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user