CIRCT 24.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros | Enumerations | Functions | Variables
AXI4Types.h File Reference
#include "circt/Dialect/AXI4/AXI4Attributes.h"
#include "circt/Dialect/AXI4/AXI4Dialect.h"
#include "circt/Dialect/HW/HWTypes.h"
#include "mlir/IR/Types.h"
#include "circt/Dialect/AXI4/AXI4Types.h.inc"
Include dependency graph for AXI4Types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::axi4
 

Macros

#define GET_TYPEDEF_CLASSES
 

Enumerations

enum class  circt::axi4::AXI4Channel {
  circt::axi4::AW , circt::axi4::W , circt::axi4::B , circt::axi4::AR ,
  circt::axi4::R
}
 The five AXI4 channels. More...
 

Functions

hw::StructType circt::axi4::getChannelPayloadType (PortType port, AXI4Channel channel)
 Build the hw.struct payload type for one channel of an !axi4.port.
 

Variables

constexpr unsigned circt::axi4::kLenWidth = 8
 
constexpr unsigned circt::axi4::kSizeWidth = 3
 
constexpr unsigned circt::axi4::kBurstWidth = 2
 
constexpr unsigned circt::axi4::kLockWidth = 1
 
constexpr unsigned circt::axi4::kCacheWidth = 4
 
constexpr unsigned circt::axi4::kProtWidth = 3
 
constexpr unsigned circt::axi4::kQosWidth = 4
 
constexpr unsigned circt::axi4::kRegionWidth = 4
 
constexpr unsigned circt::axi4::kRespWidth = 2
 
constexpr unsigned circt::axi4::kLastWidth = 1
 

Macro Definition Documentation

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 17 of file AXI4Types.h.