3
0
Fork 0
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:
Clifford Wolf 2014-06-04 09:10:50 +02:00
parent 7020f7fc13
commit f9c1cd5edb
2 changed files with 5 additions and 1 deletions

View file

@ -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");