From 3971466fbdd9aa1883a4468de3d67fdf90fee02d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 13 Aug 2020 23:22:20 +0100 Subject: Add html generation and clean Coq files --- src/verilog/ValueInt.v | 1 - 1 file changed, 1 deletion(-) (limited to 'src/verilog/ValueInt.v') diff --git a/src/verilog/ValueInt.v b/src/verilog/ValueInt.v index 2220998..f1fd056 100644 --- a/src/verilog/ValueInt.v +++ b/src/verilog/ValueInt.v @@ -77,7 +77,6 @@ Definition ptrToValue (i : ptrofs) : value := Ptrofs.to_int i. Definition valueToPtr (i : value) : Integers.ptrofs := Ptrofs.of_int i. -Search Ptrofs.of_int Ptrofs.to_int. Definition valToValue (v : Values.val) : option value := match v with | Values.Vint i => Some (intToValue i) -- cgit