Hi,
I am trying to find out the cgs and ron of mosfets, but cant able to exactly figure out the way to print it like in cadence.
Can annotation be used to print those two parameters?
👍 1
p
Pranav Lulu
06/14/2022, 1:26 AM
Use command: plot mosfet_model_name
This command will print all the necessary values for MOSFET
For example
plot @m.xm1.msky130_fd_pr__nfet_01v8 here m1 represent mosfet M1
Pranav Lulu
06/14/2022, 1:27 AM
Are you using ngspice+xschem ?
m
Muhammad Jawad
06/14/2022, 10:51 AM
Yes, i am using ngspice with xschem, thanks for sharing