mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-19 16:53:20 +00:00
Merge pull request #5617 from YosysHQ/emil/consteval-description
consteval: describe
This commit is contained in:
commit
67d10a41e8
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
|||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
/**
|
||||
* ConstEval provides on-demand constant propagation by traversing input cones
|
||||
* with caching
|
||||
*/
|
||||
struct ConstEval
|
||||
{
|
||||
RTLIL::Module *module;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue