From 8142799520aa07d6134314761de9d47ac14d27b0 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Thu, 10 Nov 2016 08:55:14 -0600 Subject: Add option for enabling/disabling lazy extended function reduction in bitvectors. --- src/options/bv_options | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/options') diff --git a/src/options/bv_options b/src/options/bv_options index 2e6fa2e7a..341060b37 100644 --- a/src/options/bv_options +++ b/src/options/bv_options @@ -69,4 +69,7 @@ expert-option bitvectorQuickXplain --bv-quick-xplain bool :default false expert-option bvIntroducePow2 --bv-intro-pow2 bool :default false introduce bitvector powers of two as a preprocessing pass +option bvLazyRewriteExtf --bv-lazy-rewrite-extf bool :default true :read-write + lazily rewrite extended functions like bv2nat and int2bv + endmodule -- cgit v1.2.3