当前位置:网站首页>解决 win10 下 ISE14.7的 iMPACT 崩溃问题 - FPGA 笔记
解决 win10 下 ISE14.7的 iMPACT 崩溃问题 - FPGA 笔记
2022-08-01 21:56:00 【微风好飞行】
ISE14.7的 iMPACT 崩溃问题
用 Xilinx ISE 14.7的 iMPACT 生成 PROM 时,到“Add device at revision 0”时,总是 crash,查了一下,原来是 win10 下需要修改 DLL,下面是我摸索出来的解决方案:
主要是修改了两个目录下的 dll,都是将 libPortabilityNOSH.dll 改名为 libPortability.dll。
- 将目录 d:\xilinx\14.7\ISE_DS\common\lib\nt64\ 下的 libPortability.dll 备份一个,然后拷贝该目录下的 libPortabilityNOSH.dll 为 libPortability.dll
- 将 d:\xilinx\14.7\ISE_DS\ISE\lib\nt64\ 下的 libPortability.dll 备份一个,然后拷贝上面的 libPortabilityNOSH.dll 为本目录下的 libPortability.dll
太好了,这样修改后,问题解决!!!
参考的原始网页的内容摘要:
The prblem was sorted out with the help of dll changes.To make work IMPACT 14.7 Labtools in Windows 10 try below workaround:
- Open the following directory: <install_path>\LabTools\LabTools\lib\nt64
- Find and rename libPortability.dll to libPortability.dll.orig
- Make a copy of libPortabilityNOSH.dll (copy and paste it to the same directory) and rename it libPortability.dll
- Copy libPortabilityNOSH.dll again, but this time navigate to <install_path>\ LabTools\common\lib\nt64 and paste it there
- In <install_path>\ LabTools\common\lib\nt64 Find and rename libPortability.dll to libPortability.dll.orig
- Rename libPortabilityNOSH.dll to libPortability.dll
边栏推荐
- 2022 版 MySQL 巅峰教程,收藏好,慢慢看
- 【C语言实现】两种计算平均成绩题型,博主精心整理,值得一读
- 安全第五次课后练习
- 论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》
- C语言必杀技3行代码把运行速度提升4倍
- Based on php online music website management system acquisition (php graduation design)
- Today's sleep quality record 74 points
- MySQL相关知识
- scikit-learn no moudule named six
- number of solutions to solve a multivariate multi-degree equation
猜你喜欢

Shell programming conditional statement

Unity Shader general lighting model code finishing

Centos7--MySQL的安装

【C语言实现】两种计算平均成绩题型,博主精心整理,值得一读

基于php酒店在线预定管理系统获取(php毕业设计)

365天挑战LeetCode1000题——Day 046 生成每种字符都是奇数个的字符串 + 两数相加 + 有效的括号

render-props and higher order components

The must-have "fishing artifact" for programmers is here!

图像融合GANMcC学习笔记

2022 版 MySQL 巅峰教程,收藏好,慢慢看
随机推荐
HCIP---Multiple Spanning Tree Protocol related knowledge points
Spark练习题+答案
Spark shuffle调优
Still struggling with reporting tool selection?To take a look at this
Today's sleep quality record 74 points
(*゚ヮ゚)*【精品C语言整理】*(゚ヮ゚*)女盆友缠着你让你教她写代码怎么办?安排,三万字博文带你走遍C语言,从此不再害怕编程
Recycling rental system 100% open source without encryption Mall + recycling + rental
Based on php tourism website management system acquisition (php graduation design)
Anacoda的用途
number of solutions to solve a multivariate multi-degree equation
How to prevent governance attacks in DAOs?
shell specification and variables
Kubernetes第零篇:认识kubernetes
Unity Shader 常规光照模型代码整理
入门数据库Days4
SOM Network 2: Implementation of the Code
使用分类权重解决数据不平衡的问题
Based on php online examination management system acquisition (php graduation design)
19 Lectures on Disassembly of Multi-merchant Mall System Functions - Invoice Management on the Platform
程序员必备的 “ 摸鱼神器 ” 来了 !