*title
.param temp=27
.param supl = 1.8V
*Including sky130 devoce models
.include "sky130_fd_pr/models/sky130.lib.spice"
Vdd vdd 0 {supl}
* transistors
M1 out in vdd vdd sky130_fd_pr__pfet_01v8 w=.26 l=.13um m=1
M2 0 in out 0 sky130_fd_pr__nfet_01v8 w=.26 l=.13um m=1
Cload out 0 1fF
* input
Vin in 0 1.8
.op
.dc Vin 0 1.8 0.2
.endc
.end