#include "circt/Dialect/HW/HWOps.h"
#include "mlir/IR/Builders.h"
#include <memory>
#include "circt/Conversion/Passes.h.inc"
Go to the source code of this file.
|
LogicalResult | circt::handshaketodc::runHandshakeToDC (mlir::Operation *op, HandshakeToDCOptions options, llvm::function_ref< void(TypeConverter &typeConverter, ConvertedOps &convertedOps, RewritePatternSet &patterns)> patternBuilder, llvm::function_ref< void(mlir::ConversionTarget &)> configureTarget={}) |
|
Type | circt::handshake::toValidType (Type t) |
| Converts 't' into a valid HW type. More...
|
|
◆ GEN_PASS_DECL_HANDSHAKETODC
#define GEN_PASS_DECL_HANDSHAKETODC |