summaryrefslogtreecommitdiff
path: root/aarch64/full.sail
diff options
context:
space:
mode:
authorThomas Bauereiss2018-05-11 12:04:10 +0100
committerThomas Bauereiss2018-05-11 12:04:10 +0100
commitff18bac6654a73cedf32a45ee406fe3e74ae3efd (patch)
treeed940ea575c93d741c84cd24cd3e029d0a590b81 /aarch64/full.sail
parent823fe1d82e753add2d54ba010689a81af027ba6d (diff)
parentdb3b6d21c18f4ac516c2554db6890274d2b8292c (diff)
Merge branch 'sail2' into cheri-mono
In order to use up-to-date sequential CHERI model for test suite
Diffstat (limited to 'aarch64/full.sail')
-rw-r--r--aarch64/full.sail14
1 files changed, 14 insertions, 0 deletions
diff --git a/aarch64/full.sail b/aarch64/full.sail
new file mode 100644
index 00000000..b05b1829
--- /dev/null
+++ b/aarch64/full.sail
@@ -0,0 +1,14 @@
+
+// Prelude
+$include "prelude.sail"
+
+// Specification
+$include "full/spec.sail"
+
+// Decoder
+$include "decode_start.sail"
+$include "full/decode.sail"
+$include "decode_end.sail"
+
+// Top level loop
+$include "main.sail"