quartus II编译报错:Error: Current license file does not support the XXX device 环境win10,Quartus2出现破解问题

简介: Current license file does not support

问题解决思路:

1、翻译报错: 错误: 当前许可证文件不支持该设备

2、原因: license.dat文件里的网卡号(MAC地址)与本机不匹配

3、分析如下


  • license.dat文件中的MAC地址来自其他电脑
  • 破解时选择的MAC地址不稳定(开启了随机硬件地址)等



4、KEY:选择一个稳定的 MAC 地址并放入 license.dat 文件中:


Windows PowerShell命令提示符里输入ipconfig/all,挑选觉得稳定不会变化的 MAC 地址。



不好复制就在 quartus 软件的 license setup 窗口中复制相同的 MAC 地址:



然后推荐用记事本打开 license.dat 文件,更改 MAC 地址:



license setup窗口中选择刚才保存的license.dat文件。之后写个简单程序编译一下,注意文件路径不能有中文和空格。



成功解决问题啦!

目录
相关文章
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
456 0
|
7月前
|
算法 芯片 异构计算
Quartus II 中常见Warning 原因及解决方法
这篇内容是关于2010年作者在进行嵌入式FPGA开发时遇到的问题及解决方案的总结。主要问题包括时钟敏感信号在时钟边缘同时变化、信号截断、输出端口未使用、未定义的时钟信号、时钟延迟分析未启用、时序违规等。对应的解决措施涉及编辑vector source file、调整信号位数、添加约束信息、优化设计和设置时序要求等。此外,还包括对预发布设备时序特性的警告以及关于行波和门控时钟的注意事项。
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
|
Java Go 开发工具
Mac m1 m1max 芯片debug GoLand爆各种错误问题
Mac m1 m1max 芯片debug GoLand爆各种错误问题
Mac m1 m1max 芯片debug GoLand爆各种错误问题
|
程序员 iOS开发 开发者
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
前段时间在开发过程中遇到一个iOS打包报错Ignoring file XXX missing required architecture arm7 in file XXX的问题,然后回想了一下问题所在,是因为集成了ijk播放器插件,然后ijk三方库不支持arm7造成的报错。
199 0
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
|
iOS开发
Xcode报错"The working copy 'xxx' has uncommitted changes"解决方案
Xcode报错"The working copy 'xxx' has uncommitted changes"解决方案
111 0
|
内存技术 芯片
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL   是因为目标板的芯片处于休眠的状态,在尝试连接目标板时候也会出现报错Internal command ...
3745 0
|
编译器 C语言 Windows
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
574 0
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
221 0
|
iOS开发
XCode出现Could not locate device support files的解决办法
XCode出现Could not locate device support files的解决办法
834 0