mirror of https://github.com/YosysHQ/yosys.git
Fix synth_ice40 doc regarding -top default
This commit is contained in:
parent
dbfd8460a9
commit
e64b9d5a4d
|
@ -38,7 +38,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
log("This command runs synthesis for iCE40 FPGAs.\n");
|
||||
log("\n");
|
||||
log(" -top <module>\n");
|
||||
log(" use the specified module as top module (default='top')\n");
|
||||
log(" use the specified module as top module\n");
|
||||
log("\n");
|
||||
log(" -blif <file>\n");
|
||||
log(" write the design to the specified BLIF file. writing of an output file\n");
|
||||
|
|
Loading…
Reference in New Issue