#327 Unable to use PMOS with XYCE
Issue created by
EngGhaith
Environment
Xschem & XYCE
Using dev-Branch of IHP Open PDK
Expected Behavior
Simulation runable
Actual Behavior
XYCE Abort with this message:
Netlist error in file
/foss/pdks/sg13g2/libs.tech/xyce/models/sg13g2moslvmod.lib at or near line 86
Unrecognized parameter D for device YPSP103VA!M1
Netlist error in file
/foss/pdks/sg13g2/libs.tech/xyce/models/sg13g2moslvmod.lib at or near line 86
Unrecognized fields for device YPSP103VA!M1
Netlist error in file
/foss/pdks/sg13g2/libs.tech/xyce/models/sg13g2moslvmod.lib at or near line 86
Unrecognized parameter D for device YPSP103VA!M1
Netlist error in file
/foss/pdks/sg13g2/libs.tech/xyce/models/sg13g2moslvmod.lib at or near line 86
Unrecognized fields for device YPSP103VA!M1
Simulation aborted due to error. There are 0 MSGFATAL errors and 4 MSGERROR
errors
* Xyce Abort *
Steps to Reproduce the Problem
TEST_PMOS.zip
Use this Nelist or simulate the Xschem-Schematic TEST_PMOS.sch:
V1 net1 0 2.4
XM1 net2 net2 net1 net1 sg13_lv_pmos w=1.0u l=1.0u ng=1
XM2 net3 net2 net1 net1 sg13_lv_pmos w=1.0u l=1.0u ng=1
R1 net2 0 1k
R2 net3 0 1k
** begin user architecture code
.TRAN 1p 20n
.PRINT TRAN FORMAT=RAW FILE=TEST_PMOS_TRAN.raw V(
) I()
.lib /foss/pdks/sg13g2/libs.tech/xyce/models/cornerMOSlv.lib mos_tt
** end user architecture code
**.ends
.end
IHP-GmbH/IHP-Open-PDK