aboutsummaryrefslogtreecommitdiffstats
path: root/verilog/AsmToJSON.mli
diff options
context:
space:
mode:
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