ise 0error报错 Process "Check Syntax" failed
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.
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.youkuaiyun.com/hzt12345hf/article/details/53144647