- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to find the overall value of a circuit's propagation delay.A circuit having multiple inputs and outputs?
I am using quartus 2 10.1 web edition.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- How to find the overall value of a circuit's propagation delay.A circuit having multiple inputs and outputs? I am using quartus 2 10.1 web edition. --- Quote End --- Hi, the question is not easy to answer, because the delay depends on the placement and the routing. The delay could not be less than the delay of the input anf the output cell. Kind regards GPK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With Timing Analyzer, I think you can get the worst propagation delay time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just want to find out what the propagation delay is from an input(s) to an output(s) (assuming combinatorial logic only), then in TimeQuest you can use the following command:
report_path -from <inputs> -to <outputs> If you want to actually constrain these paths, then use the set_max_delay and set_min_delay SDC constraints.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page