安装了VIVADO 2013.2和ISE14.6 在使用VIVADO时在仿真或生成IPcore需要调用ISE工具时找不到ISE相关工具,解决方法如下:
1. Open C:\Xilinx\Vivado\2013.2\bin\vivado.bat in your favorite text editor
2. Add the following line to the top of vivado.bat:
call C:\Xilinx\14.6\ISE_DS\settings64.bat
3. Save file
4. Enjoy launching SDK from within Vivado
在xilinx论坛里找到的,很管用。