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 | |
circt | |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
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. More... | |
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. More... | |