chipsalliance / fpga-tool-perf

FPGA tool performance profiling
https://chipsalliance.github.io/fpga-tool-perf
Apache License 2.0
101 stars 30 forks source link

A single JSON file containing all meta.json data would be useful #309

Open HackerFoo opened 3 years ago

HackerFoo commented 3 years ago

It should be easy to add. jq could be used:

find . -name meta.json | xargs jq -s '.' > all.json

Or it could be done by exhaust.py.

HackerFoo commented 3 years ago

I think build/_exhaust-runs/dataframe.json might have what I need in a different format: https://github.com/SymbiFlow/fpga-tool-perf/blob/master/infrastructure/runner.py#L118-L141

GitHub
SymbiFlow/fpga-tool-perf
FPGA tool performance profiling. Contribute to SymbiFlow/fpga-tool-perf development by creating an account on GitHub.