From cd33db25d174727b4c2ccb0d6b455238a81a32e3 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 4 Jul 2013 21:26:49 +0200 Subject: Improved xsthammer quartus support --- tests/xsthammer/run-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/xsthammer/run-check.sh') diff --git a/tests/xsthammer/run-check.sh b/tests/xsthammer/run-check.sh index 99daa137..37750d21 100644 --- a/tests/xsthammer/run-check.sh +++ b/tests/xsthammer/run-check.sh @@ -81,7 +81,7 @@ done echo "read_ilang ${job}_top_techmap.il" echo "sat -timeout 60 -verify-no-timeout -show a,b,y_rtl,y_syn -prove y_rtl y_syn ${job}_top_nomap" echo "sat -timeout 60 -verify-no-timeout -show a,b,y_rtl,y_syn -prove y_rtl y_syn ${job}_top_techmap" - if [[ $job != expression_* ]]; then + if [[ $job != expression_* ]] && ! $use_quartus && ! $use_vivado; then echo "eval -brute_force_equiv_checker ${job}_rtl_nomap ${job}_syn_nomap" echo "eval -brute_force_equiv_checker ${job}_rtl_techmap ${job}_syn_techmap" fi -- cgit v1.2.3