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.

clock generation of 1Mhz using hspice

antra_sax

Newbie level 1
Newbie level 1
Joined
Sep 16, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Hello,
I need 1Mhz complementary clock . i tried on hspice and i am getting 35 Mhz clock, can u please help me .code attached.
thanks in advance

Code:
*************clock***********
v1 1 0 0.9v
M1 4 2 0 0 n1 L=120n W=280n
M2 2 4 0 0 n2 L=120n W=280n
M3 4 2 1 1 p1 L=120n W=980n
M4 2 4 1 1 p1 L=120n W=980n
.MODEL n1 NMOS LEVEL=54
.MODEL p1 PMOS LEVEL=54
L1 2 4 140u
C1 2 0 0.0879p
C2 4 0 0.0879p
.options post probe
.tran 10n 1u
.probe tran v(2) v(4)
.end
 
Last edited by a moderator:

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top