3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Fix minor typo in "prep" help message

This commit is contained in:
Clifford Wolf 2017-12-19 21:44:05 +01:00
parent 292984896b
commit b66d50e62d

View file

@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass
log(" -nordff\n");
log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n");
log("\n");
log(" -nokeepdc\n");
log(" -nokeepdc\n");
log(" do not call opt_* with -keepdc\n");
log("\n");
log(" -run <from_label>[:<to_label>]\n");