aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLBlock.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-09 19:33:52 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-09 19:33:52 +0000
commitf2f21f405ae0a1f457f7bc32d5053f0a92959e72 (patch)
tree86b73d98fee0c3b15ce0be02cc4d54f8946530c0 /src/hls/RTLBlock.v
parent56ea621762c865c1c71bdc7ad99afc4f2c291d5c (diff)
downloadvericert-kvx-f2f21f405ae0a1f457f7bc32d5053f0a92959e72.tar.gz
vericert-kvx-f2f21f405ae0a1f457f7bc32d5053f0a92959e72.zip
Change and add back HTLgen
Diffstat (limited to 'src/hls/RTLBlock.v')
-rw-r--r--src/hls/RTLBlock.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hls/RTLBlock.v b/src/hls/RTLBlock.v
index 117d21b..7984ac9 100644
--- a/src/hls/RTLBlock.v
+++ b/src/hls/RTLBlock.v
@@ -67,9 +67,9 @@ Definition funsig (fd: fundef) :=
Definition successors_instr (i : control_flow_inst) : list node :=
match i with
-(* | RBcall sig ros args res s => s :: nil
+ | RBcall sig ros args res s => s :: nil
| RBtailcall sig ros args => nil
- | RBbuiltin ef args res s => s :: nil*)
+ | RBbuiltin ef args res s => s :: nil
| RBcond cond args ifso ifnot => ifso :: ifnot :: nil
| RBjumptable arg tbl => tbl
| RBreturn optarg => nil