diff options
| author | Robert Norton | 2016-11-30 15:42:12 +0000 |
|---|---|---|
| committer | Robert Norton | 2016-11-30 15:42:12 +0000 |
| commit | 67cb941a3e56730a631bf740c9d41dd5e6c1dc07 (patch) | |
| tree | 0e0b9fb9092bd97986897a9a9d2dafc3756cebff /etc | |
| parent | 45bd517a0c7a7b0a2d51bc9bae575218bfe54534 (diff) | |
add new barrier kind for MIPS (only one for now).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/regfp.sail | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/regfp.sail b/etc/regfp.sail index dcd38f76..3c90c269 100644 --- a/etc/regfp.sail +++ b/etc/regfp.sail @@ -61,6 +61,7 @@ typedef barrier_kind = enumerate { Barrier_DSB_ST; Barrier_DSB_LD; Barrier_ISB; + Barrier_MIPS_SYNC; } typedef instruction_kind = const union { @@ -69,4 +70,4 @@ typedef instruction_kind = const union { (write_kind) IK_mem_write; IK_cond_branch; IK_simple -}
\ No newline at end of file +} |
