mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-21 00:00:25 +00:00
Emit latch warning.
This commit is contained in:
parent
a46bc77eeb
commit
c814ef35e3
7 changed files with 16 additions and 1 deletions
|
|
@ -315,6 +315,7 @@ struct SynthQuickLogicPass : public ScriptPass {
|
|||
}
|
||||
|
||||
if (check_label("map_luts", "(for pp3)") && (help_mode || family == "pp3")) {
|
||||
run("check -nolatches");
|
||||
run("techmap -map " + lib_path + family + "/latches_map.v");
|
||||
if (abc9) {
|
||||
run("read_verilog -lib -specify -icells " + lib_path + family + "/abc9_model.v");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue