3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-09 21:33:26 +00:00

bugpoint: Add -greperr option

`-greperr <string>` redirects stderr to 'bugpoint-case.err', and then searches that file for `<string>`.
Move `-runner` option up with the other options to reduce ambiguity (i.e. so it doesn't look like it's another design parts constraint).
Also some shuffling of `err.ys`.
This commit is contained in:
Krystine Sherwin 2025-07-29 11:39:51 +12:00
parent 8d5dbae06e
commit fb92eabdcd
No known key found for this signature in database
3 changed files with 45 additions and 30 deletions

View file

@ -1,2 +1,3 @@
*.il
*.log
*.log
*.err