summaryrefslogtreecommitdiff
path: root/snapshots
diff options
context:
space:
mode:
Diffstat (limited to 'snapshots')
-rw-r--r--snapshots/isabelle/aarch64/ROOT4
-rw-r--r--snapshots/isabelle/cheri/ROOT4
-rw-r--r--snapshots/isabelle/riscv/ROOT4
3 files changed, 12 insertions, 0 deletions
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