mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Improved error message for options after front-end filename arguments
This commit is contained in:
parent
7020f7fc13
commit
f9c1cd5edb
2 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,7 @@ struct VerilogFrontend : public Frontend {
|
|||
{
|
||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||
log("\n");
|
||||
log(" read_verilog [filename]\n");
|
||||
log(" read_verilog [options] [filename]\n");
|
||||
log("\n");
|
||||
log("Load modules from a verilog file to the current design. A large subset of\n");
|
||||
log("Verilog-2005 is supported.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue