From fe06668f0de56635efe55310d7a64289a37c1d90 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 14 Oct 2021 12:20:03 +0100 Subject: [sched] Fix passes with new predicates --- src/hls/RTLPargen.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hls/RTLPargen.v') diff --git a/src/hls/RTLPargen.v b/src/hls/RTLPargen.v index 3cc9a57..13d9480 100644 --- a/src/hls/RTLPargen.v +++ b/src/hls/RTLPargen.v @@ -33,6 +33,7 @@ Require Import vericert.hls.RTLBlockInstr. Require Import vericert.hls.Abstr. #[local] Open Scope positive. +#[local] Open Scope forest. (*Parameter op_le : Op.operation -> Op.operation -> bool. Parameter chunk_le : AST.memory_chunk -> AST.memory_chunk -> bool. -- cgit