aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Partition.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-10-20 18:44:59 +0100
committerYann Herklotz <git@yannherklotz.com>2020-10-20 18:44:59 +0100
commit91e9202e6317ab3edd22562d659255d63a3fe65d (patch)
tree40101a29bfc14f5770ea8e367571c2cec7bc8275 /src/hls/Partition.ml
parent3144c39f4533f0936f3df0537bf470461565f5e9 (diff)
downloadvericert-91e9202e6317ab3edd22562d659255d63a3fe65d.tar.gz
vericert-91e9202e6317ab3edd22562d659255d63a3fe65d.zip
Finish implementing scheduling and add top level export
Diffstat (limited to 'src/hls/Partition.ml')
-rw-r--r--src/hls/Partition.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hls/Partition.ml b/src/hls/Partition.ml
index d8e7ff7..224cdc9 100644
--- a/src/hls/Partition.ml
+++ b/src/hls/Partition.ml
@@ -117,7 +117,7 @@ let function_from_RTL f =
fn_stacksize = f.RTL.fn_stacksize;
fn_params = f.RTL.fn_params;
fn_entrypoint = f.RTL.fn_entrypoint;
- fn_code = Schedule.schedule f.RTL.fn_entrypoint c
+ fn_code = c
}
let partition = function_from_RTL