Searched defs:BaseAxi (Results 1 – 2 of 2) sorted by relevance
14 struct BaseAxi : virtual public BaseBus struct19 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 …]
10 BaseAxi::BaseAxi(uint32_t dataWidth, uint32_t addrWidth) in BaseAxi() function in BaseAxi