From: Clifford Wolf Date: Thu, 17 Jul 2014 14:53:52 +0000 (+0200) Subject: Also simulate unmapped memories in "make test" X-Git-Tag: yosys-0.4~554 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec3a798194342135d7aea21c334e6675701d66a6;p=yosys.git Also simulate unmapped memories in "make test" --- diff --git a/tests/tools/autotest.sh b/tests/tools/autotest.sh index ff431eaf7..266691a64 100755 --- a/tests/tools/autotest.sh +++ b/tests/tools/autotest.sh @@ -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