3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-04 16:10:51 +00:00

Merge pull request #5617 from YosysHQ/emil/consteval-description

consteval: describe
This commit is contained in:
nella 2026-01-19 14:56:24 +01:00 committed by GitHub
commit 67d10a41e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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