aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-21 16:33:04 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-21 16:33:04 +0000
commitfa71365709883b845eb01822ae8d929fbbb38f71 (patch)
tree057c55201d6981b06a98adb03cdfdf9895127393
parent71fee63bcd943d33c761f228227b1bf8c60c1aac (diff)
downloadvericert-kvx-dev/cond-const-prop.tar.gz
vericert-kvx-dev/cond-const-prop.zip
Add parallel blockdev/cond-const-prop
-rw-r--r--src/hls/RTLBlockInstr.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hls/RTLBlockInstr.v b/src/hls/RTLBlockInstr.v
index 86f8eba..6b7c7ef 100644
--- a/src/hls/RTLBlockInstr.v
+++ b/src/hls/RTLBlockInstr.v
@@ -329,7 +329,8 @@ Section DEFINITION.
Record bblock : Type := mk_bblock {
bb_body: bblock_body;
- bb_exit: cf_instr
+ bb_exit: cf_instr;
+ bb_parallel: bool;
}.
Definition code: Type := PTree.t bblock.