aboutsummaryrefslogtreecommitdiffstats
path: root/src/verilog/PrintVerilog.mli
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-30 19:52:59 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-30 19:52:59 +0100
commitf8ff27915f8c4d5fb6f31ec2a0a73f65cf604c43 (patch)
treee1186fac9de9c83ba0d0d0bc43bb9ac0fe86ef26 /src/verilog/PrintVerilog.mli
parentf26f3887d0b0ac286c317a5425a3a4781871cfc2 (diff)
downloadvericert-kvx-f8ff27915f8c4d5fb6f31ec2a0a73f65cf604c43.tar.gz
vericert-kvx-f8ff27915f8c4d5fb6f31ec2a0a73f65cf604c43.zip
Add htl pretty printing
Diffstat (limited to 'src/verilog/PrintVerilog.mli')
-rw-r--r--src/verilog/PrintVerilog.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verilog/PrintVerilog.mli b/src/verilog/PrintVerilog.mli
index 6544e52..62bf63f 100644
--- a/src/verilog/PrintVerilog.mli
+++ b/src/verilog/PrintVerilog.mli
@@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*)
+val pprint_stmnt : int -> Verilog.stmnt -> string
+
val print_value : out_channel -> Value.value -> unit
val print_program : bool -> out_channel -> Verilog.program -> unit