Nand gate using bsim-cmg

Status
Not open for further replies.

neku

Newbie level 1
Joined
Jul 15, 2019
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
7
i'm new to hspice and trying to simulate nand2 gate using bsim-cmg.
here's my code:

Code:
*Sample netlist for BSIM-MG 

*nand
.option abstol=1e-6 reltol=1e-6 post ingold


.hdl "bsimcmg.va"

.include "modelcard.nmos"

.include "modelcard.pmos"

but i'm getting this error:

 

**error** model name pmos1 in the element 0:m1 is not defined.

**error** model name nmos1 in the element 0:m3 is not defined.

**error** model name nmos1 in the element 0:m4 is not defined.

Either hspice didn't find the .include "modelcard.xmos" modelcards, or
these modelcards do not contain the therein used nmos1 respectively pmos1 models.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…