stdlib: Enable bundled resource requests from the databases (#779)

This commit is contained in:
Harshil Patel
2024-04-22 11:53:23 -07:00
committed by GitHub
parent 40fdf368d8
commit 97a0530452
8 changed files with 654 additions and 503 deletions

View File

@@ -296,10 +296,10 @@ PySource('gem5.resources.client_api',
'gem5/resources/client_api/jsonclient.py')
PySource('gem5.resources.client_api',
'gem5/resources/client_api/atlasclient.py')
PySource('gem5.resources.client_api',
'gem5/resources/client_api/client_wrapper.py')
PySource('gem5.resources.client_api',
'gem5/resources/client_api/abstract_client.py')
PySource('gem5.resources.client_api',
'gem5/resources/client_api/client_query.py')
PySource('gem5', 'gem5_default_config.py')
PySource('gem5.utils', 'gem5/utils/__init__.py')
PySource('gem5.utils', 'gem5/utils/filelock.py')