mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-25 15:23:42 +00:00
Fix minor typo in "prep" help message
This commit is contained in:
parent
292984896b
commit
b66d50e62d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue