Skip to content

Commit

Permalink
Fix unoptimized motor binary example
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Nov 21, 2024
1 parent 1a497c3 commit beab4b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/riscv/motor-unopt/motor_symb_execScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val _ = birs_auxLib.prepare_program_lookups bir_lift_thm;
(* --------------------------- *)

(* turn on the store-store cheater *)
val _ = birs_simp_select := birs_simp_instancesLib.birs_simp_default_riscv_gen true;
val _ = birs_strategiesLib.birs_simp_select := birs_simp_instancesLib.birs_simp_default_riscv_gen true birs_simpLib.birs_simp_ID_fun [];

val symb_analysis_thm =
bir_symb_analysis_thm
Expand Down
2 changes: 2 additions & 0 deletions examples/riscv/motor-unopt/motor_symb_mergeScript.sml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
open HolKernel Parse boolLib bossLib;

open birs_mergeLib;
open birsSyntax;
open birs_utilsLib;

open motor_symb_execTheory;

Expand Down

0 comments on commit beab4b6

Please sign in to comment.