Fletchgen
The Fletcher Design Generator
Public Member Functions | Public Attributes | List of all members
fletchgen::Axi4LiteSpec Struct Reference

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.
 

Detailed Description

AXI4-lite bus specification.

Definition at line 29 of file axi4_lite.h.


The documentation for this struct was generated from the following files: