mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
Gem5Platform requires a host output directory as one if it's instantiation parameters. This is not something we want to expose a configuration parameter to the user, as for WA, the standard output directory ought to be used. Up to this point, WA's target instatiation process assumed that all parameters came from the user, and there was no way for WA itself to set them. This commit adds extra_platform_parms argument to instantiate_target, to remedi this. extra_platform_parms is then used to set the host output directory for gem5 appropriately.