From 27714f85233e52978caebd67b550bde51e693d48 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 26 May 2022 00:27:35 +0100 Subject: Add new block generation for Gible --- src/hls/GibleSeq.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hls/GibleSeq.v') diff --git a/src/hls/GibleSeq.v b/src/hls/GibleSeq.v index 321d639..1ba28bc 100644 --- a/src/hls/GibleSeq.v +++ b/src/hls/GibleSeq.v @@ -68,3 +68,4 @@ function that can execute lists of things, given their execution rule. End BB. Module GibleSeq := Gible(BB). +Export GibleSeq. -- cgit