Fletchgen
The Fletcher Design Generator
|
AXI4-lite bus specification. More...
#include <axi4_lite.h>
Public Member Functions | |
Axi4LiteSpec (size_t data_width=32, size_t addr_width=32, size_t offset=0) | |
std::string | ToString () const |
Return a human-readable representation of this Axi4LiteSpec. | |
std::string | ToAxiTypeName () const |
Return a Cerata type name based on this Axi4LiteSpec. | |
Public Attributes | |
size_t | data_width = 32 |
The data width. | |
size_t | addr_width = 32 |
The address width. | |
size_t | offset = 0 |
The offset for all registers. | |
AXI4-lite bus specification.
Definition at line 29 of file axi4_lite.h.