diff --git a/kernel/consteval.h b/kernel/consteval.h index b13c7ea5c..ca04d722f 100644 --- a/kernel/consteval.h +++ b/kernel/consteval.h @@ -27,6 +27,10 @@ YOSYS_NAMESPACE_BEGIN +/** + * ConstEval provides on-demand constant propagation by traversing input cones + * with caching + */ struct ConstEval { RTLIL::Module *module;