aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-26 00:27:35 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-26 00:27:35 +0100
commit27714f85233e52978caebd67b550bde51e693d48 (patch)
treeeca59983cb8c33ba084f5a25445b8df2f1c5ce8b /src/Compiler.v
parent81618c8d08bd70effcbe3ec087f69106e3cedf95 (diff)
downloadvericert-27714f85233e52978caebd67b550bde51e693d48.tar.gz
vericert-27714f85233e52978caebd67b550bde51e693d48.zip
Add new block generation for Gible
Diffstat (limited to 'src/Compiler.v')
-rw-r--r--src/Compiler.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Compiler.v b/src/Compiler.v
index d6d87e2..dc3b1c7 100644
--- a/src/Compiler.v
+++ b/src/Compiler.v
@@ -60,8 +60,8 @@ Require vericert.hls.Verilog.
Require vericert.hls.Veriloggen.
Require vericert.hls.Veriloggenproof.
Require vericert.hls.HTLgen.
-Require vericert.hls.RTLBlock.
-Require vericert.hls.RTLBlockgen.
+Require vericert.hls.GibleSeq.
+Require vericert.hls.GibleSeqgen.
Require vericert.hls.RTLPargen.
Require vericert.hls.RTLParFUgen.
Require vericert.hls.HTLPargen.