aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-19 08:53:57 +0200
committerYann Herklotz <git@yannherklotz.com>2022-07-19 08:53:57 +0200
commit5321f82fb46a87ca372b10ba5729509871cc935a (patch)
tree599ab805c9a807e9883cbae2dac034162e95890f /test
parentaa753acd776638971abb5d9901cc99ef259cb314 (diff)
downloadvericert-5321f82fb46a87ca372b10ba5729509871cc935a.tar.gz
vericert-5321f82fb46a87ca372b10ba5729509871cc935a.zip
Work on implementing abstract predicates
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 58a3c12..f037cea 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,6 @@
CC ?= gcc
VERICERT ?= vericert
-VERICERT_OPTS ?= -fschedule -fif-conv
+VERICERT_OPTS ?= -O0 -finline -fschedule -fif-conv -drtl -dgblseq -dgblpar
IVERILOG ?= iverilog
IVERILOG_OPTS ?=