aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Abstr.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/Abstr.v')
-rw-r--r--src/hls/Abstr.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hls/Abstr.v b/src/hls/Abstr.v
index e97e907..f201914 100644
--- a/src/hls/Abstr.v
+++ b/src/hls/Abstr.v
@@ -219,6 +219,10 @@ Lemma get_empty:
forall r, empty#r r = NE.singleton (Ptrue, Ebase r).
Proof. unfold "#r"; intros. rewrite RTree.gempty. trivial. Qed.
+Lemma get_empty_p:
+ forall p, empty#p p = Plit (true, PEbase p).
+Proof. unfold "#p", get_forest_p'; intros. rewrite PTree.gempty. trivial. Qed.
+
Lemma forest_reg_gso:
forall (f : forest) w dst dst',
dst <> dst' ->