Visible to Intel only — GUID: loe1599730168690
Ixiasoft
Visible to Intel only — GUID: loe1599730168690
Ixiasoft
5.2.5.2.2. Parameter Table Examples
Single PHY Lite for Parallel Interfaces Intel® FPGA IP for Stratix® 10 Devices
The following figure shows an example of the design containing a single PHY Lite for Parallel Interfaces Intel® FPGA IP for Stratix® 10 devices with one bidirectional group composed of four data bits and one strobe. Refer to the Example of Identifying the Lane and Pin Addresses from Parameter Table to determine the lane and pin addresses from the parameter table.
Step | Address | Address Value | Data | Description |
---|---|---|---|---|
To access the parameter table. | Base address | 27’h5000000 | — | — |
To determine the size of the parameter table by generating an address | Base address + 24’h14 | 27’h5000000 + 24’h14 = 27’h5000014 | 0000007C | The size of the parameter table is 7C that means the information about PHY Lite is from address 27’h5000000 to 27’h500007C. |
To determine the address offset of PHY Lite in parameter table. | Base address + 27’h24 | 27’h5000000 + 27’h24 = 27’h5000024 | 8000005C |
|
To determine the number of groups in PHY Lite for interfaces | Base address + {12'h0,pt_ptr[15:0]} + 27'h4 | 27’h5000000 + 27’h000005C + 27’h4= 27’h5000060 | 00000001 | 1 indicates the number of groups in this PHY Lite. |
To determine the group information that includes the number of lanes and number of pins | Base address + {12'h0,pt_ptr[15:0]} + 28'h8 | 27’h5000000 + 27’h000005C + 27’h8 = 27’h5000064 | 00000005 |
|
To determine lane offset and pin offset | Base address + {12'h0,pt_ptr[15:0]} + 28'hC | 27’h5000000 + 27’h500005C + 28’hC = 27’h5000068 | 006C0070 |
|
To determine the lane address | Base address + + {12'h000,lane_ptr[15:0]}
|
27’h5000000 + 28’h6C = 27’h500006C | 00000000 | Lane address is 0x00 |
To determine the pin address at 27’h5000070 to 27’h500007C | Base address + + {12'h000,pin_ptr[15:0]} | 27’h5000000 + 28’h70 = 27’h5000070 | 23F123E0 |
|
5000074 | 23F323F2 |
|
||
5000078 | 000023F4 |
|
||
27’h500007C | 00000000 | End of the address |
Two PHY Lite for Parallel Interfaces Intel® FPGA IP for Stratix® 10 Devices
The following figure shows an example of a design containing two PHY Lite for Parallel Interfaces Intel® FPGA IP for Stratix® 10 devices, each with one bidirectional group composed of four data bits and one strobe. Both interfaces are in the same I/O column, and therefore must merge the tables.
For more information about the contents of the parameter table, refer to the Address Lookup topic.