mirror of https://github.com/KLayout/klayout.git
Added missing test case files.
This commit is contained in:
parent
03bc7e7d9a
commit
b521269805
|
|
@ -0,0 +1,16 @@
|
|||
* written by unit test
|
||||
|
||||
* cell C1
|
||||
* pin p1
|
||||
* pin p2
|
||||
* pin p3
|
||||
.SUBCKT C1 1 2 4
|
||||
* net 1 n1
|
||||
* net 2 n2
|
||||
* net 3 n3
|
||||
* net 4 n4
|
||||
* device instance $1 r0 *1 0,0 B3CLS
|
||||
Q$1 3 4 1 B3CLS AE=0.25P AB=1.2P AC=1P PE=0.18U PB=0.75U PC=0.6U
|
||||
* device instance $2 r0 *1 0,0 B3CLS
|
||||
Q$2 2 4 3 B3CLS AE=1.2P AB=1.4P AC=1.5P PE=2.5U PB=2.8U PC=3U
|
||||
.ENDS C1
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
* written by unit test
|
||||
|
||||
* cell C1
|
||||
* pin p1
|
||||
* pin p2
|
||||
* pin p3
|
||||
* pin p4
|
||||
.SUBCKT C1 1 2 4 5
|
||||
* net 1 n1
|
||||
* net 2 n2
|
||||
* net 3 n3
|
||||
* net 4 n4
|
||||
* net 5 n5
|
||||
* device instance $1 r0 *1 0,0 B4CLS
|
||||
Q$1 3 4 1 5 B4CLS AE=0.25P AB=1.2P AC=1P PE=0.18U PB=0.75U PC=0.6U
|
||||
* device instance $2 r0 *1 0,0 B4CLS
|
||||
Q$2 2 4 3 5 B4CLS AE=1.2P AB=1.4P AC=1.5P PE=2.5U PB=2.8U PC=3U
|
||||
.ENDS C1
|
||||
Loading…
Reference in New Issue