mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
intel_alm: increase abc9 -W
This commit is contained in:
parent
9bcde4d82b
commit
62311b7ec0
2 changed files with 7 additions and 7 deletions
|
@ -258,7 +258,7 @@ struct SynthIntelALMPass : public ScriptPass {
|
|||
|
||||
if (check_label("map_luts")) {
|
||||
run("techmap -map +/intel_alm/common/abc9_map.v");
|
||||
run(stringf("abc9 %s -maxlut 6 -W 200", help_mode ? "[-dff]" : dff ? "-dff" : ""));
|
||||
run(stringf("abc9 %s -maxlut 6 -W 600", help_mode ? "[-dff]" : dff ? "-dff" : ""));
|
||||
run("techmap -map +/intel_alm/common/abc9_unmap.v");
|
||||
run("techmap -map +/intel_alm/common/alm_map.v");
|
||||
run("opt -fast");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue