|
CIRCT 22.0.0git
|
#include "circt/Dialect/HW/HWOps.h"#include "circt/Support/LLVM.h"#include "mlir/IR/BuiltinAttributes.h"#include "mlir/IR/Dialect.h"#include "circt/Dialect/ESI/ESIDialect.h.inc"#include "circt/Dialect/ESI/ESIEnums.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::esi |
Functions | |
| void | circt::esi::registerESIPasses () |
Variables | |
| constexpr uint64_t | circt::esi::esiApiVersion = 0 |
| Manifest format version number. | |
| constexpr StringRef | circt::esi::extModBundleSignalsAttrName = "esi.bundle" |
| Name of dialect attribute which governs whether or not to bundle (i.e. | |
| constexpr StringRef | circt::esi::extModPortFlattenStructsAttrName = "esi.portFlattenStructs" |
| Name of dialect attribute which governs whether or not to flatten struct ports into a bunch of individual 'data' wires. | |
| constexpr StringRef | circt::esi::extModPortInSuffix = "esi.portInSuffix" |
| Suffix all lowered input ports with this suffix. Defaults to nothing. | |
| constexpr StringRef | circt::esi::extModPortOutSuffix = "esi.portOutSuffix" |
| Suffix all lowered output ports with this suffix. Defaults to nothing. | |
| constexpr StringRef | circt::esi::extModPortValidSuffix = "esi.portValidSuffix" |
| Suffix lowered valid ports with this suffix. | |
| constexpr StringRef | circt::esi::extModPortReadySuffix = "esi.portReadySuffix" |
| Suffix lowered ready ports with this suffix. | |
| constexpr StringRef | circt::esi::extModPortRdenSuffix = "esi.portRdenSuffix" |
| Suffix lowered read enable ports with this suffix. | |
| constexpr StringRef | circt::esi::extModPortEmptySuffix = "esi.portEmptySuffix" |
| Suffix lowered empty ports with this suffix. | |