1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
* Cell tie-off.
.include "models.sp"
.subckt sub O I VDD GND
M01 VDD I O VDD pch
M02 O I GND GND nch
.ends
.subckt testcase07 Y Z
X01 Y VCC VDD GND sub
X02 Z VSS VDD GND sub
.ends
.end
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
* Cell tie-off.
.include "models.sp"
.subckt sub O I VDD GND
M01 VDD I O VDD pch
M02 O I GND GND nch
.ends
.subckt testcase07 Y Z
X01 Y VCC VDD GND sub
X02 Z VSS VDD GND sub
.ends
.end