|
CIRCT 24.0.0git
|
#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"

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 |
| #define GET_TYPEDEF_CLASSES |
Definition at line 17 of file AXI4Types.h.