Skip to content

Commit

Permalink
Fix instantiation test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Oct 12, 2024
1 parent 4895e33 commit 7447bfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/arm_cm0/balrob/balrob_insttestScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ val bv_syp_gen = ``BVar "syp_gen" (BType_Imm Bit1)``;
val A_thm = CONV_RULE (RAND_CONV (LAND_CONV (REWRITE_CONV [birs_env_thm]))) symb_analysis_thm;
val B_thm = CONV_RULE (RAND_CONV (LAND_CONV (REWRITE_CONV [birs_env_thm]))) balrob_clzsi2_symb_merged_thm;
val _ = print "start instantiation\n";
(*
val cont_thm = birs_sound_inst_SEQ_RULE birs_rule_SEQ_thm bv_syp_gen A_thm B_thm;
val cont_thm_fixed = CONV_RULE (RAND_CONV (LAND_CONV (REWRITE_CONV [GSYM birs_env_thm]))) cont_thm;

Theorem balrob_insttest_symb_inst_thm = cont_thm_fixed
*)

val _ = export_theory ();

Expand Down

0 comments on commit 7447bfd

Please sign in to comment.