Home
last modified time | relevance | path

Searched defs:BaseAxi (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Daxi.h14 struct BaseAxi : virtual public BaseBus struct
19 uint32_t dataWidth;
20 uint32_t addrWidth;
23 uint8_t *aclk = nullptr;
24 uint8_t *aresetn = nullptr;
27 uint8_t *awid = nullptr;
28 uint32_t *awaddr = nullptr;
29 uint8_t *awlen = nullptr;
30 uint8_t *awsize = nullptr;
31 uint8_t *awburst = nullptr;
[all …]
Daxi.cpp10 BaseAxi::BaseAxi(uint32_t dataWidth, uint32_t addrWidth) in BaseAxi() function in BaseAxi