mirror of https://github.com/YosysHQ/yosys.git
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 New Issue