aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-11-14 22:23:43 +0000
committerYann Herklotz <git@yannherklotz.com>2021-11-14 22:23:43 +0000
commit1b0d7b8da1ab71af0577c516b2618aeb94abbc34 (patch)
tree0d6420a6310bcf541bd9f7b4fa78bbda4e724868 /src/Compiler.v
parent5367a016299be89083254fcb972e4a5911a645e9 (diff)
downloadvericert-1b0d7b8da1ab71af0577c516b2618aeb94abbc34.tar.gz
vericert-1b0d7b8da1ab71af0577c516b2618aeb94abbc34.zip
Add RTLParFU to top-level
Diffstat (limited to 'src/Compiler.v')
-rw-r--r--src/Compiler.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Compiler.v b/src/Compiler.v
index ecea2fc..056e404 100644
--- a/src/Compiler.v
+++ b/src/Compiler.v
@@ -65,6 +65,7 @@ Require vericert.hls.HTLgen.
Require vericert.hls.RTLBlock.
Require vericert.hls.RTLBlockgen.
Require vericert.hls.RTLPargen.
+Require vericert.hls.RTLParFUgen.
Require vericert.hls.HTLPargen.
Require vericert.hls.Pipeline.
Require vericert.hls.IfConversion.
@@ -246,6 +247,7 @@ Definition transf_hls_temp (p : Csyntax.program) : res Verilog.program :=
@@ print (print_RTLBlock 1)
@@@ RTLPargen.transl_program
@@ print (print_RTLPar 0)
+ @@@ RTLParFUgen.transl_program
@@@ HTLPargen.transl_program
@@ print (print_HTL 0)
@@ Veriloggen.transl_program.