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

如何提高NIOS 工作频率:

如何提高NIOS 工作频率:

 


  在一般情况下,在NIOS里面使用的频率是50M,但是对于某些外设来说就显得太慢了,比喻说,如果在次频率下处理网络上的数据,显然是太慢了,特别是有多个用户访问基于NIOS 的WEB服务器时。我将工作频率设为100M,但是下载是,老是提示校验错误。哪位高手知道,望指教!!!

追求至高无上!
主频提高到100M,SDRAM部分是否稳定
FreeDev系列开发套件(自由电子)
100M问题不大,sdram也没有什么问题
在交流中前进,共同实现nios的应用。
但是为什么会出现我上面提出的问题呢
追求至高无上!
呵呵!不懂!看来得努力!!
你用的什么器件?在编译的report中有没有提示你的最高速度能到多高。
在交流中前进,共同实现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跑在时序分析报告的最高频率之上。
返回列表