zoukankan      html  css  js  c++  java
  • 提高FPGA速度的quartus编译选项

    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

  • 相关阅读:
    zap日志库
    Go Logger库基本使用
    golang中的MySQL增删改查
    golang链接mysql
    文件上傳
    參數綁定:
    gin獲取path參數
    gin獲取form提交的表單數據
    獲取query string
    返回json
  • 原文地址:https://www.cnblogs.com/lueguo/p/3414855.html
Copyright © 2011-2022 走看看