need help

P

priya

hallo frens
i had encountered an error during synthesis
i m using Xilinx ISE7.1
can u make out wat FCT means

failed to translate terminal to FCT
$n0584=
If $n0354 Then $n1362
If $n0355 Then $n1274
If $n0356 Then $n1350
If $n0357 Then $n1426
Default <u>X
Number of errors : 0
Number of warnings : 41
Number of infos :1
ERROR: XST failed
Process "Synthesis" did not complete
 
S

SangchulJung

hallo frens
i had encountered an error during synthesis
i m using Xilinx ISE7.1
can u make out wat FCT means

failed to translate terminal to FCT
$n0584=
If $n0354 Then $n1362
If $n0355 Then $n1274
If $n0356 Then $n1350
If $n0357 Then $n1426
Default <u>X
Number of errors : 0
Number of warnings : 41
Number of infos :1
ERROR: XST failed
Process "Synthesis" did not complete

I have a same problem.

The purpose is to find maximum value among 16 values.

so I make a vhdl code following.

for i in 1 to 15 loop
if CONV_INTEGER(candidates(i)) > CONV_INTEGER(candidates(max)) then
max := i;
else
max := max;
end if;
end loop;

and I got a error message.


failed to translate terminal to FCT

$n0304 = (!(
If $n0288 Then $n0469
If $n0289 Then IP2WFIFO_RdRestore
If $n0290 Then IP2WFIFO_RdRestore
If $n0291 Then $n0469
If $n0292 Then $n0469
If $n0293 Then $n0469
If $n0294 Then IP2WFIFO_RdRestore
If $n0295 Then IP2WFIFO_RdRestore
If $n0296 Then IP2WFIFO_RdRestore
If $n0297 Then IP2WFIFO_RdRestore
If $n0298 Then $n0469
If $n0299 Then IP2WFIFO_RdRestore
If $n0300 Then $n0469
If $n0301 Then $n0469
If $n0302 Then IP2WFIFO_RdRestore
If $n0303 Then $n0469
Default <u>X) & !(
If $n0288 Then $n0469
If $n0289 Then IP2WFIFO_RdRestore
If $n0290 Then IP2WFIFO_RdRestore
If $n0291 Then $n0469
If $n0292 Then IP2WFIFO_RdRestore
If $n0293 Then IP2WFIFO_RdRestore
If $n0294 Then IP2WFIFO_RdRestore
If $n0295 Then $n0469
If $n0296 Then IP2WFIFO_RdRestore
If $n0297 Then $n0469
If $n0298 Then $n0469
If $n0299 Then $n0469
If $n0300 Then $n0469
If $n0301 Then IP2WFIFO_RdRestore
If $n0302 Then $n0469
If $n0303 Then IP2WFIFO_RdRestore
Default IP2WFIFO_RdRestore))

please help me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top