mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
Fixed typo in greenpak4_counters.cc
This commit is contained in:
parent
cecd0cf788
commit
d31c968d76
|
@ -281,6 +281,6 @@ struct Greenpak4CountersPass : public Pass {
|
||||||
log("Extracted %u counters\n", total_counters);
|
log("Extracted %u counters\n", total_counters);
|
||||||
|
|
||||||
}
|
}
|
||||||
} CountersPass;
|
} Greenpak4CountersPass;
|
||||||
|
|
||||||
PRIVATE_NAMESPACE_END
|
PRIVATE_NAMESPACE_END
|
||||||
|
|
Loading…
Reference in a new issue