CIRCT 20.0.0git
|
#include "circt/Dialect/HW/HWTypes.h"
#include "mlir/IR/Attributes.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "circt/Dialect/SV/SVTypes.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::sv |
Macros | |
#define | GET_TYPEDEF_CLASSES |
Typedefs | |
using | circt::sv::InOutType = circt::hw::InOutType |
Functions | |
mlir::Type | circt::sv::getInOutElementType (mlir::Type type) |
Return the element type of an InOutType or null if the operand isn't an InOut type. | |
mlir::Type | circt::sv::getAnyHWArrayElementType (mlir::Type type) |
Return the element type of an ArrayType or UnpackedArrayType, or null if the operand isn't an array. | |