You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, it doesn't seem like BSIM4 supports TEMP or DTEMP on the model instance line. Just global .TEMP 27 is supported. Should dtemp be removed on the .subckt line?
The transistors with a
.subckt
wrapper havedtemp
on the.subckt
line butdtemp
isn't passed to the model instance so it does nothing. For example: https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/9f992d5a9186d1f7820c58f039c484ad35b2edea/models/ngspice/sm141064.ngspice#L47034-L47057Would you accept a fix that does this?
The text was updated successfully, but these errors were encountered: