Intel® Stratix® 10 Configuration via Protocol (CvP) Implementation User Guide

ID 683704
Date 11/10/2023
Public
Document Table of Contents

6.2.3.1. Creating a Reserved Core Partition

The following instructions are for creating a reserved core partition from the base revision:
  1. To elaborate the hierarchy of the design, click Processing > Start > Start Analysis & Synthesis.
  2. Right-click an instance in the Project Navigator and click Design Partition > Reserved Core. A design partition icon appears next to each instance you assign.
    Figure 16. Creating Design Partition from Project Navigator
    This setting corresponds to the following assignment in the .qsf:
    set_instance_assignment -name PARTITION <name> \
         -to <partition hierarchical path>
  3. When defining the partition, select Reserved Core for the partition Type. Ensure that all other partition options are set to default values.
    This setting corresponds to the following assignment in the .qsf:
    set_instance_assignment -name RESERVED CORE ON -to \
         <partition hierarchical path>
  4. To export the finalized static region from this base revision compile and to use in subsequent CvP update revision compile, in the Post Final Export File cell, double-click the entry for root_partition and type root_partition.qdb.
    Figure 17. Design Partitions Window
    This setting corresponds to the following assignment in the .qsf:
    set_instance_assignment -name EXPORT_PARTITION_SNAPSHOT_FINAL \
    root_partition -to | -entity top