aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLPargen.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-12 20:47:14 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-12 20:47:14 +0100
commitb3e2078df318a2d5e54de0b09963f37d63327f0a (patch)
treef6a941494444021e42ff7c35b04d0d24afe033b5 /src/hls/RTLPargen.v
parent3113194b86597c770b83d8efb4c7980e1bc4a715 (diff)
downloadvericert-b3e2078df318a2d5e54de0b09963f37d63327f0a.tar.gz
vericert-b3e2078df318a2d5e54de0b09963f37d63327f0a.zip
Famous proven but not tested has been fixed
Diffstat (limited to 'src/hls/RTLPargen.v')
-rw-r--r--src/hls/RTLPargen.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hls/RTLPargen.v b/src/hls/RTLPargen.v
index 214da6f..d425049 100644
--- a/src/hls/RTLPargen.v
+++ b/src/hls/RTLPargen.v
@@ -227,7 +227,7 @@ We define the top-level oracle that will check if two basic blocks are
equivalent after a scheduling transformation.
|*)
-Definition empty_trees (bb: list RTLBlock.bb) (bbt: list RTLPar.bb) : bool :=
+Definition empty_trees (bb: RTLBlock.bb) (bbt: RTLPar.bb) : bool :=
match bb with
| nil =>
match bbt with