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

  • 相关阅读:
    linux 命令展示该目录下的所有子目录及文件结构 tree
    ssh-keygen
    centos安装git
    spring-boot parent变更为依赖方式
    centos docker compose安装
    UML——活动图
    UML——构件图
    UML——部署图
    UML——用例图
    UML——关系
  • 原文地址:https://www.cnblogs.com/lueguo/p/3414855.html
Copyright © 2011-2022 走看看