From abf33a4075c2008bfcac3b04ad3b4dc1c57a4efd Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 17 Feb 2020 18:06:37 +0000 Subject: Add pretty printing for Verilog integrated with CompCert --- src/Verilog/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Verilog/dune (limited to 'src/Verilog/dune') diff --git a/src/Verilog/dune b/src/Verilog/dune new file mode 100644 index 0000000..227d4a5 --- /dev/null +++ b/src/Verilog/dune @@ -0,0 +1,4 @@ +(library + (name Verilog) + (public_name coqup.verilog) + (libraries coqup.extraction)) -- cgit