- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Write Timing constraint and Speed Optimizati on in synthesis option
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 08:47 AM
Hello all
I am relatively new to FPGA designing
I have a querry that why do we need to check or uncheck the "write timing constrant" check box during systhesis setting.
I know it will write timing constraint in NGC file. But since we are giving timing constraints to the design using UCF file. So why need this.So either the UCF file will then be used in PAR or this. I am little confused in it.
If they are in collaboration what will be the hierarchy then.
Also will optimizing the speed increase my design size as I found no effect in the sumamry after changing the options.
Regards,
Shan
Re: Write Timing constraint and Speed Optimizati on in synthesis option
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 05:00 PM
sraza wrote:
Hello all
I am relatively new to FPGA designing
I have a querry that why do we need to check or uncheck the "write timing constrant" check box during systhesis setting.
I know it will write timing constraint in NGC file. But since we are giving timing constraints to the design using UCF file. So why need this.So either the UCF file will then be used in PAR or this. I am little confused in it. If they are in collaboration what will be the hierarchy then.
I don't bother with that feature. I just set my period and other implementation constraints in the UCF.
Also will optimizing the speed increase my design size as I found no effect in the sumamry after changing the options.
Optimizing for speed might increase the design size, as the tools may replicate some logic. But depending on the required speed, such replication might not be necessary.
----------------------------------------------------------------
Yes, I do this for a living.
Re: Write Timing constraint and Speed Optimizati on in synthesis option
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 06:30 PM
Timing constraints in UCF has top priotity. So if you have conflicting timing constraint in NGC or UCF, the one in UCF will be used.
Usually if user chooses to "Write Timing Constraint" during Synthesis, he will not need to set the same Timing constraint in UCF any more.
Vivian











