mirror of https://github.com/YosysHQ/yosys.git
consteval: describe
This commit is contained in:
parent
967b47d984
commit
befadf6d4d
|
|
@ -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…
Reference in New Issue