enjoy-digital / litedram

Small footprint and configurable DRAM core
Other
365 stars 115 forks source link

Benchmarks: fix with_uart parameter #162

Closed jedrzejboczar closed 4 years ago

jedrzejboczar commented 4 years ago

Due to https://github.com/enjoy-digital/litex/commit/b29f443fe51511df908a644a17bc2a8a1f1566cc removing the default parameter value, we need to set it explicitly.

To prevent something like this from being unnoticed (e.g. https://travis-ci.org/github/enjoy-digital/litedram/jobs/661098966?utm_medium=notification&utm_source=github_status succeeds) run_benchmarks.py will now fail in case all benchmarks failed.

enjoy-digital commented 4 years ago

Thanks merged.