aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/GibleSeqgen.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:41 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:41 +0100
commit0a7f2f6f6e0f68a9fa89a27dc677b40f8dfb6e86 (patch)
tree0c5b78060d32bf3a2125fc63c6f4e25a1c59d84d /src/hls/GibleSeqgen.v
parent7e5ab23030c7160f7fea631d457eeba84917e783 (diff)
downloadvericert-0a7f2f6f6e0f68a9fa89a27dc677b40f8dfb6e86.tar.gz
vericert-0a7f2f6f6e0f68a9fa89a27dc677b40f8dfb6e86.zip
Update documentation for Gible
Diffstat (limited to 'src/hls/GibleSeqgen.v')
-rw-r--r--src/hls/GibleSeqgen.v10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/hls/GibleSeqgen.v b/src/hls/GibleSeqgen.v
index 31dabf8..127ee53 100644
--- a/src/hls/GibleSeqgen.v
+++ b/src/hls/GibleSeqgen.v
@@ -16,10 +16,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-===========
-RTLBlockgen
-===========
-
.. coq:: none
|*)
@@ -36,6 +32,12 @@ Require Import vericert.hls.GibleSeq.
#[local] Open Scope positive.
+(*|
+====================
+Gible Seq Generation
+====================
+|*)
+
Definition check_valid_node (tc: code) (e: node) :=
match tc ! e with
| Some _ => true