Skip to content

Commit

Permalink
Add diminish_srw_ss to build ARMv7 enc proofs
Browse files Browse the repository at this point in the history
The other encorder proofs do not seem to be affected.
  • Loading branch information
myreen committed Mar 30, 2020
1 parent a7ed4e2 commit c258b1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/encoders/arm7/proofs/arm7_targetProofScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ val arm7_target_ok = Q.prove (

val print_tac = asmLib.print_tac "correct"

val _ = diminish_srw_ss ["NORMEQ_ss"]

Theorem arm7_encoder_correct:
encoder_correct arm7_target
Proof
Expand Down

0 comments on commit c258b1a

Please sign in to comment.