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.

a problem in my HSPICE pogram

Status
Not open for further replies.

ALIFARID

Newbie level 5
Joined
Oct 16, 2011
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Los Angles
Activity points
1,339
I have to plot gm/id vs Veff , but It dont answer correctly,my program is:

Veff 1 0
M1 1 1 0 0 NNMOS L=.35u W=10.5u
.MODEL NNMOS NMOS ad=3.2p as=3.2p pd=5.2u ad=5.2u
.DC veff -300m 300m 10m
*.PROBE gm_Id=par('gmo(M1)/I(M1)')
*.PRINT gmoverId(M1)
*.PROBE h=par('2/Veff(M1)')
.print dc gm=par('gmo(M1)')V(1)
.end

I used .PRINT gmoverId or other codes that is stared but it didnt works! I dunno if its mosfet model has a wrong. plz help me!
 

Try
.DC Veff 1 0 SWEEP 0V 1V 100m
... and remove the "Veff 1 0" line.
 

Try
.DC Veff 1 0 SWEEP 0V 1V 100m
... and remove the "Veff 1 0" line.
When I changed this line it made an error.

**error** sweep format incomplete, not enough arguments


**error** (c:\users\desktop\dcim\12.sp:2) difficulty in reading input

***** job aborted
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top