gem5: centralize information on simulate() time reached

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-25 00:00:00 +00:00
parent 402059ed22
commit 6f5a1a3e83
6 changed files with 138 additions and 10 deletions

View File

@@ -306,6 +306,7 @@ path_properties_tuples = (
{
'gem5_exit.S': {'requires_m5ops': True},
'semihost_exit.S': {'requires_semihosting': True},
'wfe_loop.S': {'more_than_1s': True},
}
),
'return1.S': {'exit_status': 1},