Visible to Intel only — GUID: bhc1410942022122
Ixiasoft
Visible to Intel only — GUID: bhc1410942022122
Ixiasoft
4.2.5.2.2. Parameter Table Examples
Single PHY Lite for Parallel Interfaces Intel® Arria® 10 and Intel® Cyclone® 10 GX FPGA IP
The following figure shows an example of the design containing a single PHY Lite for Parallel Interfaces Intel® Arria® 10 and Intel® Cyclone® 10 GX FPGA IPs 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 | 24’hE000 | — | — |
To determine the size of the parameter table by generating an address. | Base address + 24’h014 | 24’hE000 + 24’h014= 24’hE014 | 00000064 | The size of the parameter table is 7C that means the information about PHY Lite is from address 24’hE000 to 24’hE064. |
To determine the address offset of PHY Lite in the parameter table. | Base address + 24h’018 | 24’hE000 + 24h’018 = 24h’018 | 80000044 |
|
To determine the number of groups in PHY Lite for interfaces. | Base address + {4’h0, pt_ptr[23:0]} + 4’h4 | 24’hE000 + 24’h044 + 4’h4 = 24’hE048 | 00000001 | 1 indicates the number of groups in this PHY Lite. |
To determine the group information that the number of lanes and number of pins. | Base address + {4’h0, pt_ptr[23:0]} + 4’h8 | 24’hE000 + 24’h044 + 4’h8 = 24’hE04C | 00000005 |
|
To determine lane offset and pin offset. | Base address + 24’h048 + 24’h08 | 24’hE000 + 24’h048 + 24’h08 = 24’h E050 | 00540058 |
|
To determine the lane address. | Base address + {12'h000lane_ptr[15:0]} | 24’hE000 +24’h054 = 24’hE054 | 00000000 | Lane address is 0x00 |
To determine the pin address at 24’hE058 to 24’hE064. | Base address +{12'h000,pin_ptr[15:0]} | 24’hE000 + 24’h058 = 24’hE058 | 00F100E0 |
|
24’hE05C | 00F300F2 |
|
||
24’hE060 | 000000F4 | Bit[3:0]: data_io[3] = lane 0x00, pin 4 | ||
24’hE064 | 00000000 | End of the address |
Two PHY Lite for Parallel Interfaces Intel® Arria® 10 and Intel® Cyclone® 10 GX FPGA IPs
The following figure shows an example of a design containing two PHY Lite for Parallel Interfaces Intel® Arria® 10 and Intel® Cyclone® 10 GX FPGA IPs, 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.