mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-01 04:58:54 +00:00
Emit latch warning.
This commit is contained in:
parent
a46bc77eeb
commit
c814ef35e3
7 changed files with 16 additions and 1 deletions
|
|
@ -359,6 +359,7 @@ struct SynthPass : public ScriptPass
|
|||
} else {
|
||||
run("dfflegalize -cell $_DFF_P_ 0 -cell $_DLATCH_?_ x", "without -complex-dff");
|
||||
}
|
||||
run("check -nolatches");
|
||||
run("techmap -map +/fabulous/latches_map.v");
|
||||
run("techmap -map +/fabulous/ff_map.v");
|
||||
if (help_mode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue