From: Clifford Wolf Date: Thu, 31 Mar 2016 06:00:59 +0000 (+0200) Subject: Fixed typo in greenpak4_counters.cc X-Git-Tag: yosys-0.7~279 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d31c968d76e99d5c7288d0eb844e041bb36aa77d;p=yosys.git Fixed typo in greenpak4_counters.cc --- diff --git a/techlibs/greenpak4/greenpak4_counters.cc b/techlibs/greenpak4/greenpak4_counters.cc index 514dbaf33..b79bf7d23 100644 --- 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; +} Greenpak4CountersPass; PRIVATE_NAMESPACE_END