3
0
Fork 0
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:
Clifford Wolf 2016-03-31 08:00:59 +02:00
parent cecd0cf788
commit d31c968d76

View file

@ -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