| |||
| Home > Functional Overview > Functional operation > Exported AXI control | |||
Table 2.8 provides information on the AXI control signals that are exported on the master ports of the cache controller.
Table 2.8. Exported master ports AXI control signals
| Access type | Master control signals buses | Value (Verilog) |
|---|---|---|
| Noncacheable read transactions, nonbufferable write transactions, or cache disabled | AWCACHEMx, ARCACHEMx AWSIDEBANDMx, ARSIDEBANDMx AWPROTMx, ARPROTMx AWLOCKMx, ARLOCKMx | all as original transaction |
| Linefills associated with a RA | ARCACHEMx | as original transaction |
| ARSIDEBANDMx | {5’b00000} | |
| ARPROTMx | as original transaction | |
| ARLOCKMx | {2’b00} | |
| WA Linefill | ARCACHEM1 | {4'b1010} |
| ARSIDEBANDM1 | {5’b00000} | |
| ARPROTM1 | {1’b0,SECURITY,1’b1} | |
| ARLOCKM1 | {2’b00} | |
| All bufferable write transactions | AWCACHEM1 | {4'b0010} |
| AWSIDEBANDM1 | {5’b00000} | |
| AWPROTM1 | {1’b0,SECURITY,1’b1} | |
| AWLOCKM1 | {2’b00} | |
| Evictions | AWCACHEM1 | {4'b0011} |
| AWSIDEBANDM1 | {5’b00000} | |
| AWPROTM1 | {1’b0,SECURITY,1’b1} | |
| AWLOCKM1 | {2’b00} |
SECURITY denotes the value of the NS attribute stored with the data.