ISE 0error 报错 Process "Check Syntax" failed 抑或 open project崩溃问题

ise 0error报错 Process "Check Syntax" failed 


error界面是空的

console界面内容如下

Started : "Check Syntax for ov_timer".
Running xst...
Command Line: xst -intstyle ise -ifn D:/FPGA/***/***.xst -ofn ***.stx


=========================================================================
*                          HDL Compilation                              *
=========================================================================
Compiling verilog file "***.v" in library work
Module <***> compiled
No errors in compilation
Analysis of file <"***.prj"> succeeded.
 

Process "Check Syntax" failed

并且会伴随有open project时崩溃的问题


发生这种问题的原因是64位兼容问题,ise是面向32位操作系统设计的,对64位系统难免会有部分不兼容现象。而最新的面向win10的ISE版本只支持spartan-6


解决方法:

使用32位编译器,一般都附带有的。

或者参考 https://blog.csdn.net/hzt12345hf/article/details/53144647

你可能感兴趣的:(xilinx,ise,玄学集锦)