summaryrefslogtreecommitdiff
path: root/aarch64/no_vector.sail
blob: 61fc7b4f34257dcc7fb1bcc4462b435da34ca9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Prelude
$include "prelude.sail"

// Specification
$include "no_vector/spec.sail"

// Decoder
$include "decode_start.sail"
$include "no_vector/decode.sail"
$include "decode_end.sail"

// Top level loop
$include "main.sail"