The Make directive that creates a simulation report generates a sim_report.json file, meanwhile the script that runs a simulation tries to find and upload a file called utilization.json as a report to platform since this was the old name for this file. This PR updates the script to use the correct name when looking for a simulation report.
The Make directive that creates a simulation report generates a
sim_report.json
file, meanwhile the script that runs a simulation tries to find and upload a file calledutilization.json
as a report to platform since this was the old name for this file. This PR updates the script to use the correct name when looking for a simulation report.