From 57ab80ce060cca19629b99e167740a9bf60b364e Mon Sep 17 00:00:00 2001 From: Michalis Pardalos Date: Tue, 20 Apr 2021 21:49:21 +0100 Subject: Renumber AssocMaps in HTL modules too --- src/hls/AssocMap.v | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hls/AssocMap.v') diff --git a/src/hls/AssocMap.v b/src/hls/AssocMap.v index 1d1b77f..68a8416 100644 --- a/src/hls/AssocMap.v +++ b/src/hls/AssocMap.v @@ -25,6 +25,7 @@ Require Import vericert.hls.ValueInt. Definition reg := positive. Module AssocMap := Maps.PTree. +Module AssocMap_Properties := Maps.PTree_Properties. Module AssocMapExt. Import AssocMap. -- cgit