Intel Agilex® 7 M-Series FPGA Network-on-Chip (NoC) User Guide

ID 768844
Date 7/05/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.5.2.2. Step 2: Make Connection Assignments in the NoC Assignment Editor

This step describes how to create connection assignments between initiators and targets using the NoC Assignment Editor. If your design uses the Platform Designer connection flow, as NoC Design Flow Options describes, you make connections between initiators and targets in Platform Designer. The design .qip file stores those connection assignments that appear automatically in the NoC Assignment Editor as read-only assignments. You must make any changes to these assignments only in Platform Designer.

After creating the group assignments in the Group tab of the NoC Assignment Editor, follow these steps to specify connections between NoC initiators and targets or SSM elements:

  1. In the NoC Assignment Editor, click the Connection tab. The Connection tab includes a subtab for each group that you specify on the Group tab.
    Note: You must complete the Group tab assignments before starting the Connection tab assignments.
  2. Specify connections between a NoC initiator and a target or SSM by enabling the corresponding checkbox in the connection table. The group subtab includes a connection table with all the NoC initiators for that group listed on the left-hand side, and of all the NoC targets and SSM elements for the group listed across the top.

Figure 23. NoC Assignment Editor Connection Tab shows an example Connection tab in the NoC Assignment Editor with individual initiators and targets marked for connection.

Figure 23. NoC Assignment Editor Connection Tab


Note: Use the scrollbar at the right side to view additional initiators below. Use the scrollbar along the bottom to view additional targets or SSM elements to the right.

The following shows the equivalent .qsf assignment for specifying an initiator-to-target connection:

set_instance_assignment -name NOC_CONNECTION ON -from \
<hierarchical initiator path name> -to <hierarchical target path name>