intel_alm: increase abc9 -W
This commit is contained in:
committed by
Marcelina Kościelnicka
parent
9bcde4d82b
commit
62311b7ec0
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user