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.

Question about Hspice accurate option

Status
Not open for further replies.

sandeepkothinti

Newbie level 2
Joined
Nov 24, 2014
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
11
Hi, i have used this statement in my hspice simulation.
.option accurate
do I have to specifically put accurate=1 if i want to use accurate option?
Is there a way where i can check DVDT value after simulation?

Thanks
 

.option accurate
do I have to specifically put accurate=1 if i want to use accurate option?
See the command reference:

Code dot - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
.OPTION ACCURATE
SYNTAX:
.OPTION ACCURATE=x DESCRIPTION:
Selects a time algorithm that uses LVLTIM = 3 and DVDT = 2, for circuits such as high-gain comparators. Use this option with circuits that combine high gain and large dynamic range, to guarantee accurate solutions in HSPICE. When set to 1, ACCURATE sets these control options:
• LVLTIM = 3
• DVDT=2
• RELVAR = 0.2
• ABSVAR = 0.2
• FT=0.2
• RELMOS = 0.01
The default is 0.
SEE ALSO:
.OPTION DVDT .OPTION LVLTIM




Code dot - [expand]
1
2
3
4
5
.OPTION DVDT
SYNTAX:
.OPTION DVDT=x DESCRIPTION:
Adjusts the timestep, based on rates of change for node voltage. The default is 4.
• 0 - original algorithm • 1-fast •   2 - accurate •    3,4 - balance speed and accuracy



Is there a way where i can check DVDT value after simulation?
Yes, in your .log file.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top