summaryrefslogtreecommitdiff
path: root/snapshots
diff options
context:
space:
mode:
authorThomas Bauereiss2018-05-12 12:26:29 +0100
committerThomas Bauereiss2018-05-12 12:26:29 +0100
commit809adfffc12021f2af195de78e9b6f138ed7956b (patch)
tree383c5d876f827e9f94ead7ebce788c8313e6de95 /snapshots
parent01ef8f770c22f4a0fd030746f4afddcb37733a54 (diff)
Add ROOT files
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