From 809adfffc12021f2af195de78e9b6f138ed7956b Mon Sep 17 00:00:00 2001 From: Thomas Bauereiss Date: Sat, 12 May 2018 12:26:29 +0100 Subject: Add ROOT files --- snapshots/isabelle/aarch64/ROOT | 4 ++++ snapshots/isabelle/cheri/ROOT | 4 ++++ snapshots/isabelle/riscv/ROOT | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 snapshots/isabelle/aarch64/ROOT create mode 100644 snapshots/isabelle/cheri/ROOT create mode 100644 snapshots/isabelle/riscv/ROOT (limited to 'snapshots') diff --git a/snapshots/isabelle/aarch64/ROOT b/snapshots/isabelle/aarch64/ROOT new file mode 100644 index 00000000..113e8e70 --- /dev/null +++ b/snapshots/isabelle/aarch64/ROOT @@ -0,0 +1,4 @@ +session "Sail-AArch64" = "Sail" + + options [document = false] + theories + Aarch64_lemmas diff --git a/snapshots/isabelle/cheri/ROOT b/snapshots/isabelle/cheri/ROOT new file mode 100644 index 00000000..244413d5 --- /dev/null +++ b/snapshots/isabelle/cheri/ROOT @@ -0,0 +1,4 @@ +session "Sail-CHERI" = "Sail" + + options [document = false] + theories + Cheri_lemmas diff --git a/snapshots/isabelle/riscv/ROOT b/snapshots/isabelle/riscv/ROOT new file mode 100644 index 00000000..cfc7f5bd --- /dev/null +++ b/snapshots/isabelle/riscv/ROOT @@ -0,0 +1,4 @@ +session "Sail-RISC-V" = "Sail" + + options [document = false] + theories + Riscv_lemmas -- cgit v1.2.3