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 timing check when do gate-level simulation

Status
Not open for further replies.

xiaojigao

Newbie level 6
Joined
Oct 12, 2009
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
China
Activity points
1,389
When doing gate-level simulation with SDF annotated, we can use options to tell simulator use minimum, typical or maximum values specified in file.sdf be annotated on the design. My question is, does this option effect which value (min/typ/max) should be used for timing check in SDF?
For example, if there are below two lines in SDF:
------------------------------------------------------------------------------------------------
(IOPATH A2 ZN (0.095::0.107) (0.113::0.138))

(SETUP (negedge D) (COND ENABLE_RDN_AND_NOT_SE===1'b1 (posedge CK)) (0.174::0.175))
-------------------------------------------------------------------------------------------------

When I add a optipn +maxdelays to simulator, in order to use max value when simulate delay, simulator will use "0.107" for A2 to ZN 0->1 delay, and "0.138" for A2 to ZN 1->0 delay.
My question is that, does this option "+maxdelays" also effect which value should be choosed for timing check(setup check in this example)? If it does, which value will be selected ? "0.174" or "0.175" ?
In my opinion, mix/typ/max means three process/operating conditions, if delay is maximun value, then timing check should choose minimum value for setup check. For example, if I add +maxdelays option to simulator, delay should use "0.107" for A2 to ZN 0->1 delay, and "0.138" for A2 to ZN 1->0 delay. And "0.174" should be used for setup timing check in this example.
Am I right?

Thanks a lot!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top