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

      

  • 相关阅读:
    jsp 内置对象二
    jsp 内置对象(一)
    jsp04状态管理
    jsp03( javabeans)
    jsp05 指令与动作
    Maven搭建SpringMVC + SpringJDBC项目详解
    java 面向对象
    java 面向对象 2
    javaScript 进阶篇
    NSSet、NSMutableSet、NSOrderedSet、NSMutableOrderedSet
  • 原文地址:https://www.cnblogs.com/testset/p/3090264.html
Copyright © 2011-2022 走看看