This example shows the generic settings of four AXI BARs and address translation of AXI addresses to a remote 32-bit and 64-bit addresses for PCIe® . This setting of AXI BARs do not depend on the BARs for PCIe within the Bridge.
In this example, where number AXI BARs are 4, the following assignments for each range are made:
Aperture_Base_Address_0 =0x00000000_12340000
Aperture_High_Address_0 =0x00000000_1234FFFF (64 KB)
AXI_to_PCIe_Translation_0=0x00000000_56710000 (Bits 63-32 are zero to produce a 32-bit PCIe
TLP. Bits 15-0 must be zero based on the AXI BAR aperture size. Non-zero values in
the lower 16 bits are invalid translation values.)
Aperture_Base_Address_1 =0x00000000_ABCDE000
Aperture_High_Address_1 =0x00000000_ABCDFFFF (8 KB)
AXI_to_PCIe_Translation_1=0x50000000_FEDC0000 (Bits 63-32 are non-zero to produce a 64-bit
PCIe TLP. Bits 12-0 must be zero based on the AXI BAR aperture size. Non-zero values
in the lower 13 bits are invalid translation values.)
Aperture_Base_Address_2 =0x00000000_FE000000
Aperture_High_Address_2 =0x00000000_FFFFFFFF (32 MB)
AXI_to_PCIe_Translation_2=0x00000000_40000000 (Bits 63-32 are zero to produce a 32-bit PCIe
TLP. Bits 24-0 must be zero based on the AXI BAR aperture size. Non-zero values in
the lower 25 bits are invalid translation values.)
Aperture_Base_Address_3 =0x00000000_00000000
Aperture_High_Address_3 =0x00000000_00000FFF (4 KB)
AXI_to_PCIe_Translation_3=0x60000000_87654000 (Bits 63-32 are non-zero to produce a 64-bit
PCIe TLP. Bits 11-0 must be zero based on the AXI BAR aperture size. Non-zero values
in the lower 12 bits are invalid translation values.)
Figure 1. Example 4 Settings
- Accessing the Bridge AXI BAR_0 with address
0x0000_12340ABCon the AXI bus yields0x56710ABCon the bus for PCIe. - Accessing the Bridge AXI BAR_1 with address
0x0000_ABCDF123on the AXI bus yields0x50000000FEDC1123on the bus for PCIe. - Accessing the Bridge AX IBAR_2 with address
0x0000_FFFEDCBAon the AXI bus yields0x41FEDCBAon the bus for PCIe. - Accessing the Bridge AXI BAR_3 with address
0x0000_00000071on the AXI bus yields0x6000000087654071on the bus for PCIe.