Skip to content

Commit 9863b2c

Browse files
committed
cgt: Fix argument name
Signed-off-by: Krzysztof Bieganski <[email protected]>
1 parent c7a8700 commit 9863b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgt/include/cgt/ClockGating.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ClockGating
7171
// ABC.
7272
utl::UniquePtrWithDeleter<abc::Abc_Ntk_t> exportToAbc(
7373
sta::Instance* instance,
74-
const std::vector<sta::Net*>& gate_cond_cover);
74+
const std::vector<sta::Net*>& nets);
7575
// Constructs an ABC network that will be used for testing if the given nets
7676
// are correct gating conditions.
7777
utl::UniquePtrWithDeleter<abc::Abc_Ntk_t> makeTestNetwork(

0 commit comments

Comments
 (0)