aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLPargen.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/RTLPargen.v')
-rw-r--r--src/hls/RTLPargen.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hls/RTLPargen.v b/src/hls/RTLPargen.v
index 87458e7..7711ed4 100644
--- a/src/hls/RTLPargen.v
+++ b/src/hls/RTLPargen.v
@@ -1098,7 +1098,7 @@ Proof.
intros.
unfold schedule_oracle in *. simplify. unfold empty_trees in H4.
exploit rtlblock_trans_correct; try eassumption; []; simplify.
- exploit abstract_execution_correct';
+(*) exploit abstract_execution_correct';
try solve [eassumption | apply state_lessdef_match_sem; eassumption].
apply match_states_commut. eauto. inv_simp.
exploit rtlpar_trans_correct; try eassumption; []; inv_simp.
@@ -1106,7 +1106,7 @@ Proof.
repeat match goal with | H: match_states _ _ |- _ => inv H end.
do 2 econstructor; eauto.
econstructor; congruence.
-Qed.
+Qed.*)Admitted.
(*|
Top-level functions