intel_alm: increase abc9 -W
authorDan Ravensloft <dan.ravensloft@gmail.com>
Sun, 26 Jul 2020 18:11:55 +0000 (19:11 +0100)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Sun, 26 Jul 2020 21:56:54 +0000 (23:56 +0200)
techlibs/intel_alm/synth_intel_alm.cc
tests/arch/intel_alm/mux.ys

index b751e8413fcf045e6be17c19124c4de5102f7360..9c3ae1743d335b8b9eec17e528b8971572143ead 100644 (file)
@@ -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");
index 8277e925f16aea62fecd2a37b6d182e0d10628ce..01cc78e1b11fab0ec1750585726980488f18fcb4 100644 (file)
@@ -47,9 +47,9 @@ proc
 equiv_opt -assert -map +/intel_alm/common/alm_sim.v synth_intel_alm -family cyclonev # equivalency check
 design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
 cd mux8 # Constrain all select calls below inside the top module
-select -assert-count 3 t:MISTRAL_ALUT5
-select -assert-count 1 t:MISTRAL_ALUT6
-select -assert-none t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D
+select -assert-count 1 t:MISTRAL_ALUT3
+select -assert-count 2 t:MISTRAL_ALUT6
+select -assert-none t:MISTRAL_ALUT3 t:MISTRAL_ALUT6 %% t:* %D
 
 
 design -load read
@@ -69,9 +69,9 @@ proc
 equiv_opt -assert -map +/intel_alm/common/alm_sim.v synth_intel_alm -family cyclonev # equivalency check
 design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
 cd mux16 # Constrain all select calls below inside the top module
-select -assert-count 2 t:MISTRAL_ALUT5
-select -assert-count 4 t:MISTRAL_ALUT6
-select -assert-none t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D
+select -assert-count 1 t:MISTRAL_ALUT3
+select -assert-count 5 t:MISTRAL_ALUT6
+select -assert-none t:MISTRAL_ALUT3 t:MISTRAL_ALUT6 %% t:* %D
 
 
 design -load read