mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
read_verilog_file_list: change short help message to start with lower case
This commit is contained in:
parent
857baf2031
commit
406ee4c8d3
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ static void parse_file_list(const std::string &file_list_path, RTLIL::Design *de
|
||||||
}
|
}
|
||||||
|
|
||||||
struct VerilogFileList : public Pass {
|
struct VerilogFileList : public Pass {
|
||||||
VerilogFileList() : Pass("read_verilog_file_list", "Parse a Verilog file list") {}
|
VerilogFileList() : Pass("read_verilog_file_list", "parse a Verilog file list") {}
|
||||||
void help() override
|
void help() override
|
||||||
{
|
{
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue