From: Clifford Wolf Date: Sat, 16 Apr 2016 21:20:34 +0000 (+0200) Subject: Fixed copy&paste error in log message in lut2mux X-Git-Tag: yosys-0.7~261 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbdb8e7b3ed94993228181f949506355989ef54b;p=yosys.git Fixed copy&paste error in log message in lut2mux --- diff --git a/passes/techmap/lut2mux.cc b/passes/techmap/lut2mux.cc index fe55e499a..b2c4f31a8 100644 --- a/passes/techmap/lut2mux.cc +++ b/passes/techmap/lut2mux.cc @@ -67,7 +67,7 @@ struct Lut2muxPass : public Pass { } virtual void execute(std::vector args, RTLIL::Design *design) { - log_header("Executing LUT2MUX pass (mapping to constant drivers).\n"); + log_header("Executing LUT2MUX pass (convert $lut to $_MUX_).\n"); size_t argidx; for (argidx = 1; argidx < args.size(); argidx++)