summaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
authorPrashanth Mundkur2018-07-27 19:11:46 -0700
committerPrashanth Mundkur2018-07-27 19:11:46 -0700
commitb6ae47936852265ece3b46e3c09714dc67e9c90c (patch)
tree893aa74687db131bdf16cb52632c633815a6691d /riscv
parent2b58101cb9637349cd35d59c8a205df369b1d69e (diff)
Add a riscv latex target.
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 4a396048..4805c8b2 100644
--- a/riscv/Makefile
+++ b/riscv/Makefile
@@ -35,6 +35,9 @@ coverage: _sbuild/coverage.native
riscv.c: $(SAIL_SRCS) Makefile
$(SAIL) -O -memo_z3 -c $(SAIL_SRCS) 1> $@
+latex: $(SAIL_SRCS) Makefile
+ $(SAIL) -latex -latex_prefix sail -o sail_ltx $(SAIL_SRCS)
+
tracecmp: tracecmp.ml
ocamlfind ocamlopt -annot -linkpkg -package unix $^ -o $@