- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mat i know how to enter start clock value and end clock value in TimeQuest Timing Analyser Report Timing.?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
start clock and end clock sounds more like a simulator than static timing analysis, but I may not understand the question. Clocks are usually controlled by:
create_clock -period 10.0 -name clk_name [get_ports clk_name] Internally they are constrained with derive_pll_clocks. I would recommend the following(I wrote it, so biased) for getting started: http://www.alterawiki.com/wiki/timequest_user_guide
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