Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | never seen XST error

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

never seen XST error - john wo - 2005-06-13 12:52:00

what about this error?

--------------------------------- INTERNAL_ERROR:Xst:cmain.c:3022:1.146.4.1 - To resolve
this error, please consult the Answers Database and other online resources at
<http://support.xilinx.com>; ERROR: XST failed Process "Synthesize" did not
complete.

xilinx.support and google gave nothing... what step should I follow to solve this one????

thanks for help!



Re: never seen XST error - Antti Lukats - 2005-06-13 13:05:00

"john wo" <j...@gmail.com>
schrieb im Newsbeitrag
news:ee8ef27.-1...@webx.sUN8CHnE...
> what about this error?
>
> --------------------------------- 
INTERNAL_ERROR:Xst:cmain.c:3022:1.146.4.1 - To resolve this error, please
consult the Answers Database and other online resources at
<http://support.xilinx.com>; ERROR: XST failed Process "Synthesize" did
not
complete.
>
> xilinx.support and google gave nothing... what step should I follow to
solve this one????
>
> thanks for help!

you need to open a WebCase, and wait for their response.
nothing more you can do, its a fatal error.

Antti


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: never seen XST error - Vladislav Muravin - 2005-06-13 13:18:00

xilinx internal software error.
nothing you can do, just call Xilinx and hope for the best...

but sometimes you can have a temporary "work-around", like
disabling flattening hierarchy or timing-driven packing, etc... until a new 
SP comes out

Vladislav


"john wo" <j...@gmail.com> wrote in message 
news:ee8ef27.-1...@webx.sUN8CHnE...
> what about this error?
>
> ---------------------------------  
> INTERNAL_ERROR:Xst:cmain.c:3022:1.146.4.1 - To resolve this error, please 
> consult the Answers Database and other online resources at 
> <http://support.xilinx.com>; ERROR: XST failed Process "Synthesize"
did not 
> complete.
>
> xilinx.support and google gave nothing... what step should I follow to 
> solve this one????
>
> thanks for help! 



Re: never seen XST error - Matthieu MICHON - 2005-06-14 12:39:00

john wo wrote:
> what about this error?
> 
> --------------------------------- INTERNAL_ERROR:Xst:cmain.c:3022:1.146.4.1 - To
resolve this error, please consult the Answers Database and other online resources at
<http://support.xilinx.com>; ERROR: XST failed Process "Synthesize" did not
complete.
> 
> xilinx.support and google gave nothing... what step should I follow to solve this
one????
> 
> thanks for help!


Hi John


I already came across with this kind of error before (ISE 6.3), which 
appeared just after entering the "HDL Analysis" task (second step 
performed by XST after "HDL Compilation").

After spending a fair amount of time trying to isolate what triggers 
this error, I found out that it was a mismatch between a port 
declaration in an entity, and the port declaration of the related 
component in the upper level of the hierarchy (in a VHDL design).


Therefore my advice will be to try to compile your design with an other 
parser/compiler (such as Modelsim, who seems more strict than XST), and 
make sure that no suspicious warnings remain.
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.