16void SynthDialect::initialize() {
19#include "circt/Dialect/Synth/Synth.cpp.inc"
23Operation *SynthDialect::materializeConstant(OpBuilder &builder,
24 Attribute value, Type type,
27 if (
auto intType = dyn_cast<IntegerType>(type))
28 if (
auto attrValue = dyn_cast<IntegerAttr>(value))
33#include "circt/Dialect/Synth/SynthDialect.cpp.inc"
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.