diff options
| author | Alasdair Armstrong | 2019-07-18 17:57:42 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-07-18 18:00:14 +0100 |
| commit | df325dfefda5d7ffbfd3870c2af0378cb3862e07 (patch) | |
| tree | 2f7f6d0b356d02e99db5d4be3a42fd22cd0316f1 /test | |
| parent | a5a6913a110746463e5ca3e5322460617e2eb113 (diff) | |
Add a feature flag for barrier type change
Fix SMT mem_builtin test case
Diffstat (limited to 'test')
| -rw-r--r-- | test/smt/mem_builtins.unsat.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smt/mem_builtins.unsat.sail b/test/smt/mem_builtins.unsat.sail index 28e44658..eb003891 100644 --- a/test/smt/mem_builtins.unsat.sail +++ b/test/smt/mem_builtins.unsat.sail @@ -5,7 +5,7 @@ $include <regfp.sail> $property function prop() -> bool = { - __barrier(Barrier_DSB); + __barrier(Barrier_DSB(A64_FullShare, A64_barrier_all)); let _ = __excl_res(); __write_mem_ea(Write_exclusive_release, 32, 0xFFFF_FFFF, 8); true |
