ReconfigureIO / reco-sdaccel

0 stars 1 forks source link

Use correct name when finding simulation reports #239

Closed CampGareth closed 5 years ago

CampGareth commented 5 years ago

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.

CampGareth commented 5 years ago

IRL -> Github, this change is minor enough to be merged if the CI green-lights, which it has done. Merging