23 verifyHWModulePortType(function_ref<InFlightDiagnostic()> emitError,
25 Type type)
const override {
28 return emitError() <<
"probe refs are only supported on output ports";
33void ProbeDialect::initialize() {
36 addInterfaces<ProbeHWModulePortTypeInterface>();
40#include "circt/Dialect/Probe/ProbeDialect.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
HWModulePortTypeInterface(mlir::Dialect *dialect)