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

Can't use --parameters and --run_config at the same time with exaust.py #303

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

Comments

@HackerFoo
Copy link
Contributor

I tried to get multiple samples running VPR with different parameters (just one set) from the defaults. It seemed that combining a run config with multiple build numbers, and a parameters file with the flags I wanted would do this, but instead this assertion fails, because args.toolchain is None: https://github.com/SymbiFlow/fpga-tool-perf/blob/master/exhaust.py#L246

Which it must be because of: https://github.com/SymbiFlow/fpga-tool-perf/blob/master/exhaust.py#L207

Furthermore, args.toolchain and args.project are used on test failure even if using --run_config.

@HackerFoo
Copy link
Contributor Author

In my case, it would be sufficient just to add a --params_string flags, but for now I've just modified exhaust.py since it's a one-off experiment. If I get time, I'll add the flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant