TRAN_INGRESS_CONTROL (AXIPCIE_INGRESS) Register

Zynq UltraScale+ Devices Register Reference (UG1087)

Document ID
UG1087
Release Date
2024-03-13
Revision
1.10

TRAN_INGRESS_CONTROL (AXIPCIE_INGRESS) Register Description

Register NameTRAN_INGRESS_CONTROL
Offset Address0x0000000008
Absolute Address 0x00FD0E0808 (AXIPCIE_INGRESS0)
0x00FD0E0828 (AXIPCIE_INGRESS1)
0x00FD0E0848 (AXIPCIE_INGRESS2)
0x00FD0E0868 (AXIPCIE_INGRESS3)
0x00FD0E0888 (AXIPCIE_INGRESS4)
0x00FD0E08A8 (AXIPCIE_INGRESS5)
0x00FD0E08C8 (AXIPCIE_INGRESS6)
0x00FD0E08E8 (AXIPCIE_INGRESS7)
Width32
TypemixedMixed types. See bit-field details.
Reset Value0x00000000
DescriptionIngress AXI Translation - Control

TRAN_INGRESS_CONTROL (AXIPCIE_INGRESS) Register Bit-Field Summary

Field NameBitsTypeReset ValueDescription
ingress_attr_w31:28rwNormal read/write0x0Ingress Write Cache Override. When ingress_attr_enable == 1, the AXI transaction m_awcache port is set to this value when forwarding write transactions hitting this translation to AXI. When ingress_attr_enable == 0, the default cache attributes determined by cfg_pcie_rx_awcache are applied.
ingress_attr_r27:24rwNormal read/write0x0Ingress Read Cache Override. When ingress_attr_enable == 1, the AXI transaction m_arcache port is set to this value when forwarding read transactions hitting this translation to AXI. When ingress_attr_enable == 0, the default cache attributes determined by cfg_pcie_rx_arcache are applied.
ingress_attr_enable23rwNormal read/write0x0Ingress Write/Read Cache Override Enable.
Reserved22:21roRead-only0x0
ingress_size20:16rwNormal read/write0x0Translation Size. The translation window size in bytes is configured to be 2^(ingress_size_offset+ingress_size). ingress_size must be <= ingress_size_max.
Reserved15:14roRead-only0x0
Reserved13:8roRead-only0x0
Reserved 7:5roRead-only0x0
Reserved 4roRead-only0x0
ingress_invalid 3rwNormal read/write0x0Translation Invalidate Enable.
ingress_security_enable 2rwNormal read/write0x0Translation Security Enable.
Reserved 1roRead-only0x0
ingress_enable 0rwNormal read/write0x0Translation Enable. The translation is hit when both of the following are true:
* ingress_enable == 1
* ingress_src_base[63:(12+ingress_size)] == AXI Address[63:(12+ingress_size)]