首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

提高NIOS频率的技巧

提高NIOS频率的技巧


Turning on some optimizations in Quartus II may help increase it. Here are some you may want to try:

a.) Change the optimization technique to Speed
• Click Assignments -> Settings
• Select Analysis & Synthesis Settings
• For Optimization Technique, select Speed

b.) Turn on one-hot state machine processing
• Click Assignments -> Settings
• Select Analysis & Synthesis Settings
• For State Machine Processing, select One-Hot

c.) Turn off Multiplexer Restructuring
• Click Assignments -> Settings
• Select Analysis & Synthesis Settings
• For Restructure Multiplexers, select Off

d.) Turn on Physical Synthesis in the Fitter
• Click Assignments -> Settings
• Expand Fitter Settings by clicking the + symbol next to it.
• Select Physical Synthesis Optimizations
• Check Perform physical synthesis for combinational logic
• Check Perform register duplication
• Check Perform register retiming
• Select Normal for Physical synthesis effort

不要让nios跑在时序分析报告的最高频率之上,否则系统可能不稳定,甚至不能下载代码,不能调试代码。
顶一个。
在交流中前进,共同实现nios的应用。
不错!谢谢了!刚发现,试试
想看更多的东西?来我的博客,精彩多多! http://blog.eccn.com/u/bjxiong/index.htm

嗯,楼住说的有道理,不过怎么看出NIOS的频率是不是提高了呢?

返回列表