mirror of https://github.com/YosysHQ/yosys.git
Fixed copy&paste error in log message in lut2mux
This commit is contained in:
parent
a07f893a5f
commit
fbdb8e7b3e
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue