projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecd0cf
)
Fixed typo in greenpak4_counters.cc
author
Clifford Wolf
<clifford@clifford.at>
Thu, 31 Mar 2016 06:00:59 +0000
(08:00 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 31 Mar 2016 06:00:59 +0000
(08:00 +0200)
techlibs/greenpak4/greenpak4_counters.cc
patch
|
blob
|
history
diff --git
a/techlibs/greenpak4/greenpak4_counters.cc
b/techlibs/greenpak4/greenpak4_counters.cc
index 514dbaf3383993cde8e5860d27c8bb3a774600b0..b79bf7d23ec199ee041a146902abfc847a4e87da 100644
(file)
--- a/
techlibs/greenpak4/greenpak4_counters.cc
+++ b/
techlibs/greenpak4/greenpak4_counters.cc
@@
-281,6
+281,6
@@
struct Greenpak4CountersPass : public Pass {
log("Extracted %u counters\n", total_counters);
}
-} CountersPass;
+}
Greenpak4
CountersPass;
PRIVATE_NAMESPACE_END