We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a8700 commit 9863b2cCopy full SHA for 9863b2c
src/cgt/include/cgt/ClockGating.h
@@ -71,7 +71,7 @@ class ClockGating
71
// ABC.
72
utl::UniquePtrWithDeleter<abc::Abc_Ntk_t> exportToAbc(
73
sta::Instance* instance,
74
- const std::vector<sta::Net*>& gate_cond_cover);
+ const std::vector<sta::Net*>& nets);
75
// Constructs an ABC network that will be used for testing if the given nets
76
// are correct gating conditions.
77
utl::UniquePtrWithDeleter<abc::Abc_Ntk_t> makeTestNetwork(
0 commit comments