zoukankan      html  css  js  c++  java
  • 2.  Design Flows Using Incremental Compilation

    the standard incremental compilation flow

      partitions can be compiled and optimized together in one Quartus II project

      all design logic is compiled with a consistent set of assignments

      perform global placement and routing optimizations

      easier to ensure good quality of results

    the team-based incremental compilation flow

      accessing the top-level project from a shared source control system or creating copies of the top-level Quartus II project framework

      developing partitions in completely separate Quartus II projects can be more challenging

    combine design flows

    2.1  Project Management in Team-Based Design Flows

    Design partition scripts automate the process of transferring top-level design information to partitions developed in separate Quartus II projects in a team-based incremental compilation design. Using the Quartus II software to generate design partition scripts eliminates the chance of error when communicating between the project lead and partition designers in a team-based design flow.

    0-  first perform a full compilation of top-level design
        The top-level design can have empty partitions, can perform an Early Timing Estimation instead of a full compilation

    1-  On the Project menu, click Generate Design Partition Scripts.

    Including SDC Constraints from Lower-Level Partitions forThird-Party IP Delivery

      

  • 相关阅读:
    CSS3学习笔记
    ie6对hover兼容性问题的解决:
    Maven-- 操作指南
    java基础 -- json多层转换成对象
    idea 导入maven项目
    工具的使用与安装--JAVA 环境变量的配置
    FreeMarker语言
    Apache Shiro 安全框架
    java基础--内部类
    java框架--Model层框架 sorm
  • 原文地址:https://www.cnblogs.com/testset/p/3090264.html
Copyright © 2011-2022 走看看