1
0

Add atomics support to DTS JSON file.

This commit is contained in:
Richard Xia
2017-10-18 15:16:01 -07:00
parent e9e05b5f3b
commit 5a951799aa
4 changed files with 11 additions and 8 deletions

View File

@ -64,7 +64,8 @@ case class TLManagerParameters(
r = supportsAcquireB || supportsGet,
w = supportsAcquireT || supportsPutFull,
x = executable,
c = regionType >= RegionType.UNCACHED))
c = regionType >= RegionType.UNCACHED,
a = supportsArithmetic && supportsLogical))
}
}