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
palpandi.anna@gmail.com
Posts: 4
Registered: ‎05-08-2012
0

internal error

i wrote a code for hash program which shows internal error while synthesis. But simulation works well. Anyone please tell me the solution for correct it.

 

Is it a problem if i using multiple for loops(2 dimensional) inside always block?

 

 

 

Thanks in advance...... 

Xilinx Employee
austin
Posts: 3,661
Registered: ‎02-27-2008

Re: internal error

p,

 

Without posting your code, or the error message, are we suppoosed to guess what you did wrong?


OK:  here goes.  You made a spelling error.

 

That wasn't it?

 

OK, we will try again:  you are writing HDL code, not c code.  Think hardware, not software.

Austin Lesea
Principal Engineer
Xilinx San Jose
Visitor
palpandi.anna@gmail.com
Posts: 4
Registered: ‎05-08-2012
0

Re: internal error

sir,

  i have error like...

INTERNAL_ERROR:Xst:cmain.c:3464:1.56 - Process will terminate. For technical support on this issue, please open a WebCase with this project attached at http://www.xilinx.com/support.

 

 

 

and i have uploaded my code... please tell me the solution to solve it..

Xilinx Employee
austin
Posts: 3,661
Registered: ‎02-27-2008
0

Re: internal error

p,

 

Well, googling on that error, I get about 608 results.  Most of them have to do with a bug in the code, so XST gives up, and exits.

 

The good news:  you probably have made a very basic error.

 

The bad news:  you have to go find it.

 

 

Austin Lesea
Principal Engineer
Xilinx San Jose