summaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'riscv')
-rw-r--r--riscv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/Makefile b/riscv/Makefile
index 9633f0d4..4a396048 100644
--- a/riscv/Makefile
+++ b/riscv/Makefile
@@ -32,6 +32,9 @@ coverage: _sbuild/coverage.native
mkdir bisect && mv bisect*.out bisect/
mkdir coverage && bisect-ppx-report -html coverage/ -I _sbuild/ bisect/bisect*.out
+riscv.c: $(SAIL_SRCS) Makefile
+ $(SAIL) -O -memo_z3 -c $(SAIL_SRCS) 1> $@
+
tracecmp: tracecmp.ml
ocamlfind ocamlopt -annot -linkpkg -package unix $^ -o $@