Issue
Commit 73cef58 introduced models for metal resistors on metal layer 4, but never introduced all the parameters to Xyce models.
Impacted Models
Solution
Add missing parameters to corner definitions and align with ngspice model file.
Typical
.param rsh_rm4=0.09
Slow
.param rsh_rm4='0.09+0.012'
Fast
.param rsh_rm4='0.09-0.012'
Issue
Commit 73cef58 introduced models for metal resistors on metal layer 4, but never introduced all the parameters to Xyce models.
Impacted Models
Solution
Add missing parameters to corner definitions and align with ngspice model file.
Typical
.param rsh_rm4=0.09
Slow
.param rsh_rm4='0.09+0.012'
Fast
.param rsh_rm4='0.09-0.012'