Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HackerFoo opened this issue Dec 22, 2020 · 1 comment
Open

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

HackerFoo opened this issue Dec 22, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@HackerFoo
Copy link
Contributor

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
Copy link
Contributor Author

HackerFoo commented Jan 5, 2021

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
FPGA tool performance profiling. Contribute to SymbiFlow/fpga-tool-perf development by creating an account on GitHub.

@acomodi acomodi added the good first issue Good for newcomers label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants