Hello Eric,
Thank you for the feedback it helped me debug the issue. So it seems there were three transistor instantiations that were producing the error.
These were the transistors:
XMP0 N001 N001 avdd avdd pmos_1p5 W=64.0u L=1.0u NF=16 M=1
XMP2 ibias1_10uA N001 avdd avdd pmos_1p5 W=64.0u L=1.0u NF=16 M=1
XMP3 ibias2_10uA N001 avdd avdd pmos_1p5 W=64.0u L=1.0u NF=16 M=1
Xyce did not give the line which produced the error in the spice netlist so I had to go through a process of elimination to find them. (There may be a more verbose debug settings I am not aware of?)
In the binning the maximum transistor width is 50um. However since the transistors have 16 fingers I would expect the 4um width model to be used. When I change the transistor width to W= 50um the simulation runs correctly.
As a workaround I changed the transistor to:
XMP3 ibias2_10uA N001 avdd avdd pmos_1p5 W=32.0u L=1.0u NF=8 M=2
For your reference here are the bins used:
.model pmos_1p5.0 pmos level = 54
+lmin = 1.3e-007
+lmax = 5e-007
+wmin = 1.5e-007
+wmax = 6e-007
.model pmos_1p5.1 pmos level = 54
+lmin = 5e-007
+lmax = 1e-006
+wmin = 1.5e-007
+wmax = 6e-007
.model pmos_1p5.2 pmos level = 54
+lmin = 1e-006
+lmax = 1e-005
+wmin = 1.5e-007
+wmax = 6e-007
.model pmos_1p5.3 pmos level = 54
+lmin = 1e-005
+lmax = 10.0001e-005
+wmin = 1.5e-007
+wmax = 6e-007
.model pmos_1p5.4 pmos level = 54
+lmin = 1.3e-007
+lmax = 5e-007
+wmin = 6e-007
+wmax = 1.2e-006
.model pmos_1p5.5 pmos level = 54
+lmin = 5e-007
+lmax = 1e-006
+wmin = 6e-007
+wmax = 1.2e-006
.model pmos_1p5.6 pmos level = 54
+lmin = 1e-006
+lmax = 1e-005
+wmin = 6e-007
+wmax = 1.2e-006
.model pmos_1p5.7 pmos level = 54
+lmin = 1e-005
+lmax = 10.0001e-005
+wmin = 6e-007
+wmax = 1.2e-006
.model pmos_1p5.8 pmos level = 54
+lmin = 1.3e-007
+lmax = 5e-007
+wmin = 1.2e-006
+wmax = 1e-005
.model pmos_1p5.9 pmos level = 54
+lmin = 5e-007
+lmax = 1e-006
+wmin = 1.2e-006
+wmax = 1e-005
.model pmos_1p5.10 pmos level = 54
+lmin = 1e-006
+lmax = 1e-005
+wmin = 1.2e-006
+wmax = 1e-005
.model pmos_1p5.11 pmos level = 54
+lmin = 1e-005
+lmax = 10.0001e-005
+wmin = 1.2e-006
+wmax = 1e-005
.model pmos_1p5.12 pmos level = 54
+lmin = 1.3e-007
+lmax = 5e-007
+wmin = 1e-005
+wmax = 50.001e-6
.model pmos_1p5.13 pmos level = 54
+lmin = 5e-007
+lmax = 1e-006
+wmin = 1e-005
+wmax = 50.001e-6
.model pmos_1p5.14 pmos level = 54
+lmin = 1e-006
+lmax = 1e-005
+wmin = 1e-005
+wmax = 50.001e-6
.model pmos_1p5.15 pmos level = 54
+lmin = 1e-005
+lmax = 10.0001e-005
+wmin = 1e-005
+wmax = 50.001e-6