Visible to Intel only — GUID: svr1630711055455
Ixiasoft
1. Overview
2. CvP Description
3. CvP Topologies
4. Design Considerations
5. CvP Driver and Registers
6. Understanding the Design Steps for CvP Initialization using the Supported PCIe Tile in Agilex™ 7 FPGAs
7. Agilex™ 7 Device Configuration via Protocol (CvP) Implementation User Guide Archives
8. Document Revision History for the Agilex™ 7 Device Configuration via Protocol (CvP) Implementation User Guide
5.3.1. Vendor Specific Capability Header Register
5.3.2. Vendor Specific Header Register
5.3.3. Intel® Marker Register
5.3.4. User Configurable Device/Board ID Register
5.3.5. CvP Status Register
5.3.6. CvP Mode Control Register
5.3.7. CvP Data Registers
5.3.8. CvP Programming Control Register
5.3.9. CvP Credit Register
Visible to Intel only — GUID: svr1630711055455
Ixiasoft
6.2.3.1. Creating a Reserved Core Partition
Follow these steps to create a reserved core partition from the base revision:
- In the Quartus® Prime Pro Edition software, elaborate the hierarchy of the design. Click Processing > Start > Start Analysis & Synthesis.
- In the Project Navigator window, right-click an instance and click Design Partition > Reserved Core. A design partition icon appears next to each instance you assign.
Figure 15. Creating Design Partition form Project NavigatorThis setting corresponds to the following assignment in the .qsf file:
set_instance_assignment -name PARTITION <name> \ -to <partition hierarchical path>
- When defining the partition, select Reserved Core for the partition Type. Ensure all other partition options are set to default values.
This setting corresponds to the following assignment in the .qsf file:
set_instance_assignment -name RESERVED CORE ON \ -to <partition hierarchical path>
- Click Assignments > Design Partitions Window to display the design partitions windows. 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 16. Design Partitions WindowThis setting corresponds to the following assignment in the .qsf file:
set_instance_assignment -name EXPORT_PARTITION_SNAPSHOT_FINAL \ root_partition -to | -entity top