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.

charge pump design in hspice

Status
Not open for further replies.

ameya_123

Newbie level 1
Joined
Jun 2, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
I am trying to design dickson charge pump in hspice ...but im not getting proper results ....here is the hspice code that im using .....plz tell me what is wrong in it ..... ******** TITLE :3 stage cp *************

C1 2 6 220n
C2 3 7 220n
C3 4 6 220n
C4 5 0 10u
M1 1 1 2 0 nmos L=130n W=130n
M2 2 2 3 0 nmos L=130n W=130n
M3 3 3 4 0 nmos L=130n W=130n
M4 4 4 5 0 nmos L=130n W=130n
V1 1 0 5V
V2 6 0 PULSE(5 0 0 1n 1n 0.5u 1u)
V3 7 0 PULSE(0 5 0 1n 1n 0.5u 1u)
.TRAN 0u 5u
.PLOT V(2) V(3) V(4) V(5) V(6) V(7) v(1,2) v(2,3) v(3,4) v(4,5)
.PLOT i1(M1) i2(M2) i3(M3) i4(M4)
.PRINT V(2) V(3) V(4) V(5) V(6) V(7)
.END
 

The problem is the capacitor sizes (In reality the voltages. 130nm devices will not survive 5V). If you change c1-c4 to 0.2pf it might show you what you expect.
 

MOSFET size is too small. Its on-resistance will be too big.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top