stdlib, resources: Fixed deprecation warning

Change-Id: I61865d9a2c08e344824a735ee5e85fb54cd489da
This commit is contained in:
Harshil Patel
2023-11-13 14:09:13 -08:00
parent 42fd7ff894
commit 50c9cbf613

View File

@@ -970,7 +970,8 @@ def obtain_resource(
"Deprecation warning: resources field in workloads has changed"
"from { category: id } to"
"{ category: { id: id, resource_version: resource_version } }"
"Please update your resource.json file to reflect this change."
"The current develop branch of gem5 supports both formats"
"but this will be removed in the 23.1 release."
)
params[key] = obtain_resource(
value,