3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Fix synth_ice40 doc regarding -top default

This commit is contained in:
Clifford Wolf 2017-09-29 17:52:57 +02:00
parent dbfd8460a9
commit e64b9d5a4d

View file

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