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

      

  • 相关阅读:
    eclipse注释模板__自动生成方法注释
    java HashMap--统计其中有相同value的key的个数
    java synchronized 详解
    进程间通信-共享内存
    辅导-计算机编程方面
    gnu make
    适应c++ 新特性
    tomcat服务器
    springmvc笔记
    Idea使用SVN教程
  • 原文地址:https://www.cnblogs.com/testset/p/3090264.html
Copyright © 2011-2022 走看看