aboutsummaryrefslogtreecommitdiffstats
path: root/verilog/AsmToJSON.mli
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-28 19:29:14 +0100
committerYann Herklotz <git@yannherklotz.com>2020-11-27 16:29:47 +0000
commit90910aeeb2f0f8157799310ff00afc1cd5595adb (patch)
tree262de63d5050c347f3253b6dc733d0884feb8739 /verilog/AsmToJSON.mli
parent50dcecf79b98ce86f21437b253136a2c3c6f31ba (diff)
downloadcompcert-90910aeeb2f0f8157799310ff00afc1cd5595adb.tar.gz
compcert-90910aeeb2f0f8157799310ff00afc1cd5595adb.zip
Add Verilog backend
Diffstat (limited to 'verilog/AsmToJSON.mli')
-rw-r--r--verilog/AsmToJSON.mli19
1 files changed, 19 insertions, 0 deletions
diff --git a/verilog/AsmToJSON.mli b/verilog/AsmToJSON.mli
new file mode 100644
index 00000000..52c055c4
--- /dev/null
+++ b/verilog/AsmToJSON.mli
@@ -0,0 +1,19 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *)
+(* *)
+(* AbsInt Angewandte Informatik GmbH. All rights reserved. This file *)
+(* is distributed under the terms of the INRIA Non-Commercial *)
+(* License Agreement. *)
+(* *)
+(* *********************************************************************)
+
+val pp_mnemonics: Format.formatter -> unit
+
+val print_if: (Asm.coq_function AST.fundef, 'a) AST.program -> string -> unit
+
+val destination: string option ref
+
+val sdump_folder : string ref