summaryrefslogtreecommitdiff
path: root/snapshot/Makefile.conf
diff options
context:
space:
mode:
authorAditya Naik2021-08-27 13:07:37 -0400
committerAditya Naik2021-08-27 13:07:37 -0400
commit663e24a3d8f45b4b184b3a4bc3a57bc0f3d6cd78 (patch)
tree62a699a6065bea9f4bcefda93d227209fec4a154 /snapshot/Makefile.conf
Initial; working SAIL RISC-V regs
The register definition along with read/write functions for registers are lowered to Coq. The FIRRTL annotation does not work as expected.
Diffstat (limited to 'snapshot/Makefile.conf')
-rw-r--r--snapshot/Makefile.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/snapshot/Makefile.conf b/snapshot/Makefile.conf
new file mode 100644
index 0000000..db8f321
--- /dev/null
+++ b/snapshot/Makefile.conf
@@ -0,0 +1,55 @@
+# This configuration file was generated by running:
+# coq_makefile -f _CoqProject riscv_types.v riscv.v -o Makefile
+
+
+###############################################################################
+# #
+# Project files. #
+# #
+###############################################################################
+
+COQMF_VFILES = riscv_types.v riscv.v
+COQMF_MLIFILES =
+COQMF_MLFILES =
+COQMF_MLGFILES =
+COQMF_MLPACKFILES =
+COQMF_MLLIBFILES =
+COQMF_CMDLINE_VFILES = riscv_types.v riscv.v
+
+###############################################################################
+# #
+# Path directives (-I, -R, -Q). #
+# #
+###############################################################################
+
+COQMF_OCAMLLIBS =
+COQMF_SRC_SUBDIRS =
+COQMF_COQLIBS = -R /home/aditya/.opam/default/share/sail/lib/coq/ Sail -R . '' -R ../handwritten_support ''
+COQMF_COQLIBS_NOML = -R /home/aditya/.opam/default/share/sail/lib/coq/ Sail -R . '' -R ../handwritten_support ''
+COQMF_CMDLINE_COQLIBS =
+
+###############################################################################
+# #
+# Coq configuration. #
+# #
+###############################################################################
+
+COQMF_LOCAL=0
+COQMF_COQLIB=/home/aditya/.opam/default/lib/coq/
+COQMF_DOCDIR=/home/aditya/.opam/default/doc/
+COQMF_OCAMLFIND=/home/aditya/.opam/default/bin/ocamlfind
+COQMF_CAMLFLAGS=-thread -rectypes -w +a-4-9-27-41-42-44-45-48-58-67 -safe-string -strict-sequence
+COQMF_WARN=-warn-error +a-3
+COQMF_HASNATDYNLINK=true
+COQMF_COQ_SRC_SUBDIRS=config lib clib kernel library engine pretyping interp gramlib gramlib/.pack parsing proofs tactics toplevel printing ide stm vernac plugins/btauto plugins/cc plugins/derive plugins/extraction plugins/firstorder plugins/funind plugins/ltac plugins/micromega plugins/nsatz plugins/omega plugins/ring plugins/rtauto plugins/ssr plugins/ssrmatching plugins/ssrsearch plugins/syntax
+COQMF_COQ_NATIVE_COMPILER_DEFAULT=no
+COQMF_WINDRIVE=
+
+###############################################################################
+# #
+# Extra variables. #
+# #
+###############################################################################
+
+COQMF_OTHERFLAGS =
+COQMF_INSTALLCOQDOCROOT = orphan_Sail__