- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
XST fatal error during synthesis process
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-28-2011 12:04 AM
Hi there, I'm facing an error I've never seen before.
I'm using tools in version 13.2 for Virtex-6 FPGAs.
I have a design in ISE whose behavioral simulation works fine. The "Check Syntax" commmand in "Synthesize - XST" process also works (with no warning and no error). Unfortunately, I have an error during synthesis of my design :
"FATAL_ERROR:Xst:xstblock2aig.c:2814:1.13 - No init on FF ][615 Process will terminate. For technical support on this issue, please open a WebCase with this project attached at http://www.xilinx.com/support."
Any suggestion in mind ?
Thanks,
Pascal.
Solved! Go to Solution.
Re: XST fatal error during synthesis process
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-28-2011 01:02 AM
Can you find an FF called "][615" in your RTL code? If yes, give an initial value to this FF. If not, I'd suggest you open a webcase for this problem.
Vivian
Re: XST fatal error during synthesis process
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-28-2011 04:53 AM - edited 07-28-2011 04:53 AM
Finally, I've found the solution by myself ! :smileyhappy:
The solution was to set the "Keep hierarchy" option of the synthesis process to "Yes" or "Soft" : as my design was a kind of template for testing some connections, XST may do some simplifications that make my design fails.
Any moderator/administrator reading this can list this discussion as solved problem, thanks.











