gem5: one concrete minimal example of a coherentxbar snoop

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-12 02:00:01 +00:00
parent d429552cde
commit ea989d7541
16 changed files with 419 additions and 61 deletions

View File

@@ -659,6 +659,18 @@ path_properties_tuples = (
},
{
'abort.c': {'signal_received': signal.Signals.SIGABRT},
'atomic': (
{
'test_run_args': {'cpus': 3},
},
{
'aarch64_add.c': {'allowed_archs': {'aarch64'}},
'aarch64_ldadd.c': {'allowed_archs': {'aarch64'}},
'aarch64_ldaxr_stlxr.c': {'allowed_archs': {'aarch64'}},
'x86_64_inc.c': {'allowed_archs': {'x86_64'}},
'x86_64_lock_inc.c': {'allowed_archs': {'x86_64'}},
},
),
'atomic.c': {
'baremetal': False,
'test_run_args': {'cpus': 3},