aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/RTLPargenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/RTLPargenproof.v')
-rw-r--r--src/hls/RTLPargenproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hls/RTLPargenproof.v b/src/hls/RTLPargenproof.v
index 215aef5..fac6455 100644
--- a/src/hls/RTLPargenproof.v
+++ b/src/hls/RTLPargenproof.v
@@ -631,7 +631,7 @@ Qed.
Lemma step_instr_seq_matches :
forall a ge sp st st',
- step_instr_seq ge sp st a st' ->
+ step_instr_seq ge sp st a st' ->
forall tst, match_states st tst ->
exists tst', step_instr_seq ge sp tst a tst'
/\ match_states st' tst'.