forked from libre-chip/fayalite
Format,
This commit is contained in:
parent
02de335e46
commit
c32cdee4f7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
(* SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
See Notices.txt for copyright information *)
|
||||
|
||||
(* This file demonstrates converting simple HDL designs into Rocq, as well
|
||||
(** This file demonstrates converting simple HDL designs into Rocq, as well
|
||||
as proofs by induction that parallels those of formal verification in
|
||||
Symbiyosys with the "smtbmc" engine in the "prove" mode. *)
|
||||
|
||||
(* Models a simple register, feeding back to itself. We prove that,
|
||||
(** Models a simple register, feeding back to itself. We prove that,
|
||||
when initialized to zero, it stays always at zero. *)
|
||||
Module simple_register.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue