mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
The old test tried to find two primes that are 7 apart. It is supposed to time out after 1 second but on newer hardware the test completes too quickly. This commit replaces it with a new test that tries to find a non-trivial solution to the diophantine equation a**3 + b**3 == c**3, which is a lot more difficult. |
||
---|---|---|
.. | ||
autotune | ||
junit | ||
keepgoing | ||
make | ||
parser | ||
regression | ||
unsorted | ||
.gitignore | ||
Makefile |