mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 00:22:34 +00:00
Extend latch policy.
This commit is contained in:
parent
affceca7df
commit
9f0a8ae8aa
5 changed files with 44 additions and 12 deletions
|
|
@ -69,7 +69,7 @@ struct ProcPass : public Pass {
|
|||
log(" -noopt\n");
|
||||
log(" Will omit the opt_expr pass.\n");
|
||||
log("\n");
|
||||
log(" -latches <auto|warn|error>\n");
|
||||
log(" -latches <info|warn|error>\n");
|
||||
log(" controls how the inference of a latch is reported.\n");
|
||||
log("\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue