mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 09:44:44 +00:00
Update verilog_frontend.cc
`read_verilog_file_list` should not try to read arguments as selection args. Without this, trying to pass a file without a `-f|-F` flag is misleading, in the best case giving a warning about the selection not matching any module, or in worst case just doing nothing (if the filename is a valid selection).
This commit is contained in:
parent
6378ba10eb
commit
547382504b
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ struct VerilogFileList : public Pass {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
extra_args(args, argidx, design);
|
extra_args(args, argidx, design, false);
|
||||||
}
|
}
|
||||||
} VerilogFilelist;
|
} VerilogFilelist;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue