diff options
Diffstat (limited to 'techlibs/greenpak4/greenpak4_counters.cc')
-rw-r--r-- | techlibs/greenpak4/greenpak4_counters.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/greenpak4/greenpak4_counters.cc b/techlibs/greenpak4/greenpak4_counters.cc index 7b5646bf2..998bb73bd 100644 --- a/techlibs/greenpak4/greenpak4_counters.cc +++ b/techlibs/greenpak4/greenpak4_counters.cc @@ -408,7 +408,7 @@ struct Greenpak4CountersPass : public Pass { } virtual void execute(std::vector<std::string> args, RTLIL::Design *design) { - log_header("Executing GREENPAK4_COUNTERS pass (mapping counters to hard IP blocks).\n"); + log_header(design, "Executing GREENPAK4_COUNTERS pass (mapping counters to hard IP blocks).\n"); size_t argidx; for (argidx = 1; argidx < args.size(); argidx++) |