QUARTUS编译后同时生成sof和pof文件的设置技巧
本帖最后由 lcytms 于 2017-2-19 12:46 编辑QUARTUS编译后同时生成sof和pof文件的设置技巧
通过网上搜索资料及线索,解决了QUARTUS II编译后只能生成sof文件,不能同时生成sof和pof文件的问题。
信息来源:https://zhidao.baidu.com/question/23072484.html
为什么QUARTUS II编译后只生成sof文件?怎样设置才能生成pof文件? 10
1、为什么QUARTUS II编译后只生成sof文件?怎样设置才能生成pof文件?
2、在打开生成的sof 文件编程时,会出现以下错误
“File xxxxxx.sof contains one or more time_limited megafuntions
that support the OpenCore Plus feature that will not work after the hardware evaluation time expires.Refer to the messages windows for evaluation time details.”
这是为什么啊?在那个时序分析中的时钟最大频率大于系统时钟频率啊。匿名 | 浏览 6251 次
我有更好的答案
1条回答
QuartusII编译以后不能产生POF文件往往是由于没有选择EPCS器件造成,
下面就如何选择EPCS介绍以下步骤:
1 打开QuartusII
2 打开“Assignments/Device”
3 点击“Device anf Pin Option/Configuration”
4 选择“Use Configuration device”在下拉菜单中选择使用的串行EPCS4器件(这是我使用的型号)
5 选择“OK”完成设置。指定EPCS后,重新编译,产生了POF文件
banwenbao| 发布于2013-07-31 10:11
本帖最后由 lcytms 于 2017-2-19 12:42 编辑
实际操作图示如下。
根据信息提示,参照执行,重新全编译,同时生成了sof和pof文件,解决了QUARTUS II编译后只能生成sof文件,不能同时生成sof和pof文件的问题。
总结:
通过网上搜索资料及线索,解决了QUARTUS II编译后只能生成sof文件,不能同时生成sof和pof文件的问题。
谨供大家参考。 很好,很不错 很实用,Cyclone II系列芯片自动会生成sof 文件和pof文件
页:
[1]