Skip to content

Commit

Permalink
bundled version of l3 riscv model and step from trindemossen-1
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 5, 2024
1 parent 6a11ebe commit 1558506
Show file tree
Hide file tree
Showing 50 changed files with 39,365 additions and 74 deletions.
4 changes: 2 additions & 2 deletions examples/aes/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/aes/exec/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/tools/lifter \
Expand Down
4 changes: 2 additions & 2 deletions examples/aes/lifter/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/tools/exec \
$(HOLBADIR)/src/tools/lifter

Expand Down
4 changes: 2 additions & 2 deletions examples/aes/wp/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/bsl-wp-smt/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/smt \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
Expand Down
4 changes: 2 additions & 2 deletions examples/nic/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/smt \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/aes-unopt/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/aes/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/chacha/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/chachapoly/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/ifelse/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/incr-mem/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/incr/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/isqrt/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/kernel/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/mod2-mem/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/mod2/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/modexp/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/motor/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/perftest/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/poly1305-inlined/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/poly1305/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/swap/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/riscv/symbexectests/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
$(HOLBADIR)/src/theory/program_logic \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/2-lift/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/4-bir-to-arm/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/5-wp/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/6-smt/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/7-composition/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/theory/bir \
$(HOLBADIR)/src/theory/bir-support \
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/8-symbexec/Holmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ INCLUDES = $(HOLDIR)/examples/l3-machine-code/common \
$(HOLDIR)/examples/l3-machine-code/arm8/step \
$(HOLDIR)/examples/l3-machine-code/m0/model \
$(HOLDIR)/examples/l3-machine-code/m0/step \
$(HOLDIR)/examples/l3-machine-code/riscv/model \
$(HOLDIR)/examples/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/model \
$(HOLBADIR)/src/shared/l3-machine-code/riscv/step \
$(HOLBADIR)/src/shared \
$(HOLBADIR)/src/tools/symbexec \
$(HOLBADIR)/examples/tutorial/2-lift \
Expand Down
32 changes: 32 additions & 0 deletions src/shared/l3-machine-code/COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
HOL COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.

Copyright 1985--2023 by the HOL4 CONTRIBUTORS

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.

* The names of the copyright holders and contributors may not be
used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Loading

0 comments on commit 1558506

Please sign in to comment.