mirror of https://github.com/YosysHQ/yosys.git
Fixed vhdl2verilog help message
This commit is contained in:
parent
9e99984336
commit
04999f4af0
|
@ -35,9 +35,8 @@ struct Vhdl2verilogPass : public Pass {
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" vhdl2verilog [options] <vhdl-file>..\n");
|
log(" vhdl2verilog [options] <vhdl-file>..\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("This pass looks for subcircuits that are isomorphic to any of the modules\n");
|
log("This command reads VHDL source files using the 'vhdl2verilog' tool and the\n");
|
||||||
log("in the given map file and replaces them with instances of this modules. The\n");
|
log("Yosys Verilog frontend.\n");
|
||||||
log("map file can be a verilog source file (*.v) or an ilang file (*.il).\n");
|
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -out <out_file>\n");
|
log(" -out <out_file>\n");
|
||||||
log(" do not import the vhdl2verilog output. instead write it to the\n");
|
log(" do not import the vhdl2verilog output. instead write it to the\n");
|
||||||
|
|
Loading…
Reference in New Issue