- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Timing analysis for multicycle signals
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-12-2012 12:37 AM - edited 07-14-2012 10:19 PM
Dear friends,
I have few doubts over TIG.
Where can i apply TIG. Kindly educate me.
I have some signals coming into FPGA. THese signals remain valid for >1clk of FPGA. Does this mean i will never face timing problems with them.
Same for reset input. I use 2 flipflops for synchronising the reset to clock.
Re: Timing analysis for multicycle signals
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-16-2012 10:01 AM
You can apply a TIG directly to a NET, PIN, or INST. For example:
NET "<signal_name>" TIG;
You could even take that further. Consider a case where you wanted to apply a TIG to specific existing timing specs fanning foward from a NET:
NET "RESET" TIG=TS_fast, TS_even_faster;
You can also apply them using a FROM:TO type of constraint. For Example:
TIMESPEC TS_ DQS_UNUSED = FROM FFS TO "control_unused_dqs" TIG;
For more information, use the search function (ctrl+f) through the Constraints Guide or the Timing Closure Guide (links below).
http://www.xilinx.com/support/documentation/sw_man
http://www.xilinx.com/support/documentation/sw_man
Re: Timing analysis for multicycle signals
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2012 02:34 AM
------------------------------------------
"If it don't work in simulation, it won't work on the board."
Re: Timing analysis for multicycle signals
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-17-2012 07:57 AM
hi rcingham,
Thanks for the link.
Can you plz explain how do we decide which signal is non-critical.plz.
thanks in advance.
Re: Timing analysis for multicycle signals
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-18-2012 02:18 AM
------------------------------------------
"If it don't work in simulation, it won't work on the board."
Re: Timing analysis for multicycle signals
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-19-2012 02:39 AM
Dear rcingham,
I will appreciate if you could give an example or link for me to understand this.
regards











