#include "circt/Dialect/ESI/ESIAttributes.h"
#include "circt/Dialect/ESI/ESIDialect.h"
#include "circt/Dialect/ESI/ESITypes.h"
#include "circt/Dialect/HW/HWAttributes.h"
#include "circt/Dialect/Seq/SeqTypes.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/Interfaces/InferTypeOpInterface.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "circt/Dialect/ESI/ESIInterfaces.h.inc"
#include "circt/Dialect/ESI/ESI.h.inc"
Go to the source code of this file.
|
| namespace | circt |
| | The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
| |
| namespace | circt::esi |
| |
|
| LogicalResult | circt::esi::checkInnerTypeMatch (Type expected, Type actual) |
| |
| LogicalResult | circt::esi::checkBundleTypeMatch (Operation *req, ChannelBundleType svcBundleType, ChannelBundleType reqBundleType, bool skipDirectionCheck) |
| | Check that the channels on two bundles match allowing for AnyType in the 'svc' bundle.
|
| |
◆ GET_OP_CLASSES