Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PMOS Source voltage Following Drain voltage problem HSPICE Disrete Vendor Library

Status
Not open for further replies.

asia_sheikh

Newbie level 1
Joined
Apr 6, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
14
Hello,

I am trying to add a Discrete device (Vendor provided spice model ) to HSPICE. I have tried different type of devices to add to HSPICE but all the devices give same result. (Source voltage of PMOS follows the Drain voltage) and device is always turned on and leaking current. :shock:

I have tried >200 voltage and <20 voltage PMOS devices. But the result is same. So, by checking in the HSPICE model files thoroughtly i couldn't find any solution. Can anyone tell me if i am using the wrong syntax to just check the switching of PMOS of any parameters are missing in my code? :sad:


Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.include 'discretemodelabc.sp'
 
 
.option post runlvl=5
.OPTION GMIN = 1.0e-21
.OPTION BRIEF
.OPTION METHOD =GEAR
.OPTION PIVTOL=1.0e-22
.OPTION GMINDC=1.0e-21
 
 
.OPTION POST
 
.OPTION ACCURATE =1
 
 
.GLOBAL GND VDD
 
X122        DRN GT   VDD   DMP10H400SK3 
RDD     DRN GND  100M
 
 
 
VSUP    VDD     GND     PWL     (0  0   3u      0   10u     5V      20u     20       TD=0)
VGT     GT      GND     PWL     (0     0      3u        0   10u     5V      10.001u     0V      20u     0       TD=0)
 
VGND GND 0 0V
VNMOS GN GND 2V
 
.tran 100f 40u  
.plot i(X1)
.end

 
Last edited by a moderator:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top