Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
pascal.cotret
Posts: 5
Registered: ‎02-25-2010
0
Accepted Solution

XST fatal error during synthesis process

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.

Moderator
viviany
Posts: 480
Registered: ‎05-14-2008
0

Re: XST fatal error during synthesis process

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

Visitor
pascal.cotret
Posts: 5
Registered: ‎02-25-2010
0

Re: XST fatal error during synthesis process

[ Edited ]

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.