mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 16:42:35 +00:00
Extend latch policy.
This commit is contained in:
parent
affceca7df
commit
9f0a8ae8aa
5 changed files with 44 additions and 12 deletions
|
|
@ -78,7 +78,7 @@ struct SynthPass : public ScriptPass {
|
|||
log(" -nordff\n");
|
||||
log(" passed to 'memory'. prohibits merging of FFs into memory read ports\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");
|
||||
log(" -noshare\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue