我想出了一个似乎可以在64位Windows 8和ISE 14.4下完成这项工作的解决方法。
1)像平常一样安装14.4
2)使用32位版本的Project Navigator进行编辑和编译
3)启动32位版本的Impact(Xilinx \ 14.4 \ ISE_DS \ ISE \ bin \ nt \ impact.exe)
4)启动64位版本的远程电缆服务器(Xilinx \ 14.4 \ ISE_DS \ ISE \ bin \ nt64 \ cse_server.exe)
5)配置Impact以连接到localhost上的远程有线服务器(如下所述)
6)从该点开始初始化链,分配配置和正常编程
我们在Windows 8 64位下面临的问题是打开文件对话框。
平台电缆驱动器本身工作正常。
由于您无法在64位Impact中打开配置文件而不会崩溃,因此必须使用32位版本。
32位版本没有此打开文件对话框故障。
由于32位版本无法与64位平台电缆连接,因此必须使用远程电缆服务器。
这是围绕这个问题的步骤。
如果您之前没有使用过远程电缆服务器,则需要执行以下操作:您可以通过在nt64文件夹(Xilinx \ 14.4 \ ISE_DS \ ISE \ bin \ nt64 \ cse_server)中运行cse_server.exe来启动电缆服务器。
可执行程序)。
此时,请继续插入平台电缆,如果您使用的是USB平台电缆,请安装任何驱动程序。
我不认为并行版本会在屏幕上显示任何内容。
此时,运行32位版本的Impact。
在64位计算机上没有快捷方式,但您只需从您的nt文件夹(Xilinx \ 14.4 \ ISE_DS \ ISE \ bin \ nt \ Impact.exe)运行它。
像往常一样双击边界扫描。
此时,您将在“输出”菜单下有新的菜单选项;
选择“电缆设置”。
在“通信模式”部分中选择您正在使用的电缆类型,然后选择下面的“远程”电缆位置。
在“主机名”框中键入localhost,然后单击“确定”。
此时,您应该能够像普通一样使用Impact。
以上来自于谷歌翻译
以下为原文
I've come up with a workaround that seems to do the trick under 64-bit Windows 8 and ISE 14.4.
1) Install 14.4 like normal
2) Use the 32-bit version of Project Navigator to do your editing and compiling
3) Launch the 32-bit version of Impact (Xilinx\14.4\ISE_DS\ISE\bin\nt\impact.exe)
4) Launch the 64-bit version of the Remote Cable Server (Xilinx\14.4\ISE_DS\ISE\bin\nt64\cse_server.exe)
5) Configure Impact to connect to a remote cable server at localhost (explained below)
6) Initialize your chain, assign a configuration, and program as normal from that point on
The problem we're facing under Windows 8 64-bit is with the open file dialog. The platform cable driver itself works fine. Since you can't open a configuration file in 64-bit Impact without it crashing, it's necessary to use the 32-bit version. The 32-bit version does not have this open file dialog glitch. Since the 32-bit version can't interface with the 64-bit platform cable, it's necessary to use the remote cable server instead. This steps around the issue.
If you haven't used the remote cable server before, here is what you need to do: You can launch the cable server by running cse_server.exe in your nt64 folder (Xilinx\14.4\ISE_DS\ISE\bin\nt64\cse_server.exe). At that point, go ahead and plug in your platform cable and let any drivers install if you're using a USB platform cable. I don't think the parallel version will show anything on screen. At that point, run the 32-bit version of Impact. On a 64-bit computer no shortcut will have been made, but you can simply run it from your nt folder (Xilinx\14.4\ISE_DS\ISE\bin\nt\Impact.exe). Double click on boundary scan like normal. At that point you will have new menu options under the Output menu; select "Cable setup". Select the type of cable you're using in the Communication Mode section and then select the "Remote" cable location below. Type localhost into the "Host Name" box and click OK. At this point, you should be able to use Impact like normal.