Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
| ▼Naxi | The axi namespace contains classes and definitions related to the AXI standard |
| ▼Ncfg | Examples of valid AXI configs |
| Clite | An AXI configuration corresponding to the AXI4-Lite standard |
| Clite_nowstrb | A configuration similar to AXI4-Lite, but without write strobes |
| Cno_wresp | An AXI configuration with no write responses |
| Cno_wstrb | An AXI configuration with no write strobes |
| Cstandard | A standard AXI configuration |
| ▼Caxi4 | The base axi4 class parameterized according a valid config |
| CAddrPayload | A struct composed of the signals associated with AXI read and write requests |
| ▼Cread | The AXI read class |
| Cchan | The AXI read channel, used for connecting an AXI manager and AXI subordinate |
| Cmanager | The AXI read manager port. This port has an AR request channel as output and an R response channel as input |
| Csubordinate | The AXI read subordinate port. This port has an AR request channel as input and an R response channel as output |
| CReadPayload | A struct composed of the signals associated with an AXI read response |
| CWRespPayload | A struct composed of the signals associated with an AXI write response |
| ▼Cwrite | The AXI write class |
| Cchan | The AXI write channel, used for connecting an AXI manager and AXI subordinate |
| Cmanager | The AXI write manager port. This port has AW and W request channels as outputs and a B response channel as input |
| Csubordinate | The AXI write subordinate port. This port has AW and W request channels as inputs and a B response channel as output |
| CWritePayload | A struct composed of the signals associated with AXI write data |
| ▼CAXI4_Encoding | Hardcoded values associated with the AXI4 standard |
| CARCACHE | Hardcoded values for the ARCACHE field |
| CAWCACHE | Hardcoded values for the AWCACHE field |
| CAXBURST | Hardcoded values shared by the ARBURST and AWBURST fields |
| CXRESP | Hardcoded values shared by the RRESP and BRESP fields |