3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-25 00:22:34 +00:00

Extend latch policy.

This commit is contained in:
nella 2026-07-24 10:53:40 +02:00 committed by nella
parent affceca7df
commit 9f0a8ae8aa
5 changed files with 44 additions and 12 deletions

View file

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