summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-06-19 09:30:37 +0200
committerClifford Wolf <clifford@clifford.at>2013-06-19 09:30:37 +0200
commit21e38bed98d3d6bc4ae5833f6f609ac8f12d6361 (patch)
tree059c694e9a587cfe77f30297e7a7fcc7ba11b6c8 /tests
parenta046a302f0d258dccc4fd22cb341f41bacf0aaba (diff)
Added "eval" pass
Diffstat (limited to 'tests')
-rw-r--r--tests/xsthammer/run-check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xsthammer/run-check.sh b/tests/xsthammer/run-check.sh
index ee995c90..994f4d92 100644
--- a/tests/xsthammer/run-check.sh
+++ b/tests/xsthammer/run-check.sh
@@ -54,8 +54,8 @@ done
echo "sat -verify -show a,b,y_rtl,y_xst -prove y_rtl y_xst ${job}_top_nomap"
echo "sat -verify -show a,b,y_rtl,y_xst -prove y_rtl y_xst ${job}_top_techmap"
if [[ $job != expression_* ]]; then
- echo "sat -brute_force_equiv_checker ${job}_rtl_nomap ${job}_xst_nomap"
- echo "sat -brute_force_equiv_checker ${job}_rtl_techmap ${job}_xst_techmap"
+ echo "eval -brute_force_equiv_checker ${job}_rtl_nomap ${job}_xst_nomap"
+ echo "eval -brute_force_equiv_checker ${job}_rtl_techmap ${job}_xst_techmap"
fi
} > ${job}_cmp.ys