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.

how to get the max freqency ?

Status
Not open for further replies.

sevid

Member level 2
Joined
May 20, 2006
Messages
53
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,711
hi,everyone

my Q is how to get the max freqency of ur design from the synthesis results of DC ?

from the "data arrival time" ?
but i find that there are different "data arrival time"s when different clock cycles are set in ur tcl scripts, and all of these different clock cycles may meet the timing constaints from the timing report of DC.
but they have different "data arrival time"s, and i dont know which one to be selected as my max frequency. The one that equals to the "data required time" ?

what can i do then ?

plz

thanks

sevid
 

The worst timing path from reg - reg path will give you an idea about your max frequency. if you have used flip flops with proper naming i.e all of them ending with "_reg" extension, You can use the following also to get the worst path :

report_timing -from *_reg/* -to *_reg/*

If you know u r clock pin and data pin name, replace them in the above command

Regards,
dcreddy
 

    sevid

    Points: 2
    Helpful Answer Positive Rating
Also from your STA slack report. If you have negative slack then you have exceeded the max freq. If you have positive slack then you can decrease you clock period. The data arrival time is the time it takes for the data to propagate to the input of a clocked element.
 

    sevid

    Points: 2
    Helpful Answer Positive Rating
you should make sure your hold time and setup time both meet your condition!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top