Also simulate unmapped memories in "make test"
authorClifford Wolf <clifford@clifford.at>
Thu, 17 Jul 2014 14:53:52 +0000 (16:53 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 17 Jul 2014 14:53:52 +0000 (16:53 +0200)
tests/tools/autotest.sh

index ff431eaf73a8a1a5617e99146d43374f1c4e1828..266691a64a62d146fdd4a6cf9f4ba5c29e9b01f3 100755 (executable)
@@ -128,7 +128,7 @@ do
                elif [ "$frontend" = "verific_gates" ]; then
                        test_passes -p "verific -vlog2k $fn; verific -import -gates -all; opt; memory;;"
                else
-                       test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt" $fn
+                       test_passes -f "$frontend" -p "hierarchy; proc; opt; memory -nomap; opt; fsm; opt" $fn
                        test_passes -f "$frontend" -p "hierarchy; proc; opt; memory; opt; fsm; opt; techmap; opt; abc -dff; opt" $fn
                fi
                touch ../${bn}.log