【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device

Quartuls II全编译时,出现如下错误
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第1张图片
网上很多人说找到32位的exe可以编译成功,但是凭啥64位的就不行了?而且我32位的也不行

这种情况就是没破解好,但Licence Setup 显示已经破解好了:
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第2张图片

检查发现自己的破解器是32位的,如果不注意的话当作64位破解器来破解64位exe,表面上也是破解成功的,编译时也不提示没有Licence,而是提示上面那个错误,但其实是在64位exe中用了32位的Lisence。所以应把破解器放在\bin下破解,而不是在\bin64下,需要使用64位exe可以去下载64位破解器
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第3张图片
然后按要求改动Licence文件,注意检查sys_cpt.dll有没有被覆盖:

旧文件:
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第4张图片
新文件:
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第5张图片

解决:
【FPGA】QuartusII13.0全编译Error (119013): Current license file does not support the EP4CE10F17C8 device_第6张图片
所以需要注意QuartusII有两个执行文件(32位和64位),想要用哪个就找相应的破解器来破解

你可能感兴趣的:(FPGA,fpga,编译器)