aboutsummaryrefslogtreecommitdiffstats
path: root/src/Compiler.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-22 18:41:47 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-22 18:41:47 +0000
commit1a7f581dc4b67cbfe17936697aec8f85786c844d (patch)
treedf08e7964a06a8e375d2ef3ed863c67cf7542112 /src/Compiler.v
parent91b62a7100ccb1f8910422bc4566bc57ade8f7e7 (diff)
downloadvericert-1a7f581dc4b67cbfe17936697aec8f85786c844d.tar.gz
vericert-1a7f581dc4b67cbfe17936697aec8f85786c844d.zip
Add operation pipelining
Diffstat (limited to 'src/Compiler.v')
-rw-r--r--src/Compiler.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Compiler.v b/src/Compiler.v
index e837e9d..e9d76dc 100644
--- a/src/Compiler.v
+++ b/src/Compiler.v
@@ -68,6 +68,7 @@ Require vericert.hls.RTLPargen.
Require vericert.hls.HTLPargen.
Require vericert.hls.Pipeline.
Require vericert.hls.IfConversion.
+Require vericert.hls.PipelineOp.
Require vericert.HLSOpts.
Require Import vericert.hls.HTLgenproof.
@@ -240,6 +241,9 @@ Definition transf_hls_temp (p : Csyntax.program) : res Verilog.program :=
@@ total_if HLSOpts.optim_if_conversion IfConversion.transf_program
@@ print (print_RTLBlock 2)
@@@ RTLPargen.transl_program
+ @@ print (print_RTLPar 1)
+ @@ PipelineOp.transf_program
+ @@ print (print_RTLPar 2)
@@@ HTLPargen.transl_program
@@ print print_HTL
@@ Veriloggen.transl_program.