Fixed copy&paste error in log message in lut2mux

This commit is contained in:
Clifford Wolf 2016-04-16 23:20:34 +02:00
parent a07f893a5f
commit fbdb8e7b3e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct Lut2muxPass : public Pass {
}
virtual void execute(std::vector<std::string> 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++)