mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fix minor typo in "prep" help message
This commit is contained in:
parent
292984896b
commit
b66d50e62d
|
@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass
|
||||||
log(" -nordff\n");
|
log(" -nordff\n");
|
||||||
log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n");
|
log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -nokeepdc\n");
|
log(" -nokeepdc\n");
|
||||||
log(" do not call opt_* with -keepdc\n");
|
log(" do not call opt_* with -keepdc\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -run <from_label>[:<to_label>]\n");
|
log(" -run <from_label>[:<to_label>]\n");
|
||||||
|
|
Loading…
Reference in a new issue