当前位置:网站首页>解决 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
边栏推荐
- Analysis of the development trend of game metaverse
- 上传markdown文档到博客园
- 如何防范 DAO 中的治理攻击?
- leetcode 204. Count Primes 计数质数 (Easy)
- scikit-learn no moudule named six
- 基于php湘西旅游网站管理系统获取(php毕业设计)
- 365天挑战LeetCode1000题——Day 046 生成每种字符都是奇数个的字符串 + 两数相加 + 有效的括号
- The difference between groupByKey and reduceBykey
- KMP 字符串匹配问题
- 【C语言实现】求两个整数的较大值
猜你喜欢
随机推荐
熟悉的朋友
9. SAP ABAP OData 服务如何支持删除(Delete)操作
Today's sleep quality record 74 points
威纶通触摸屏如何打开并升级EB8000旧版本项目并更换触摸屏型号?
FusionGAN:A generative adversarial network for infrared and visible image fusion文章学习笔记
Dichotomy Medium LeetCode6133. Maximum Number of Groups
Uses of Anacoda
上传markdown文档到博客园
Based on php hotel online reservation management system acquisition (php graduation project)
漫长的投资生涯
求解多元多次方程解的个数
scikit-learn no moudule named six
今日睡眠质量记录74分
毕业十年,财富自由:那些比拼命努力更重要的事,从来没人会教你
使用分类权重解决数据不平衡的问题
Chapter 12, target recognition of digital image processing
46.全排列
一种灵活的智能合约协作方式
LeetCode952三部曲之二:小幅度优化(137ms -> 122ms,超39% -> 超51%)
ModuleNotFoundError: No module named ‘yaml‘









