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.

hspice temp scan, help

Status
Not open for further replies.

rengd02

Newbie level 3
Joined
Feb 24, 2008
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,330
hspice error arith eval no operand address

he model of mosfet is
mos 27C~150C
mos_n40 -40C~27C
Now, i want to scan temp, so i have two netlist coresponding to two temp stage.
In sp file, i write

.IF (temp < 27)
.INC '.............' #low-temp model netlist
.ELSE
.INC '...............' #high-temp model netlist
.ENDIF
.................................
.................................
.DC TEMP -40 150 1
.................................
.END

But, simulation file give me a error
error** arith eval -- no operand address

Why?
Help!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top