mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Fixed typo in greenpak4_counters.cc
This commit is contained in:
parent
cecd0cf788
commit
d31c968d76
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue