consteval: describe

This commit is contained in:
Emil J. Tywoniak 2026-01-19 12:00:18 +01:00
parent 967b47d984
commit befadf6d4d
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
YOSYS_NAMESPACE_BEGIN
/**
* ConstEval provides on-demand constant propagation by traversing input cones
* with caching
*/
struct ConstEval
{
RTLIL::Module *module;