-
Notifications
You must be signed in to change notification settings - Fork 80
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
[feature request] sby writes its output to a main log file #79
Comments
SBY does create a log file every time you run it, several in fact. The primary log file is in the created task directory and named logfile.txt. There's also a log file in each engine_? directory for each proof that the solver runs for that given task. You'll also find a log file describing the processing of your design in the task directory /model/design*.log. Dan |
But if I'm running multiple tasks, using |
Plus, even for one task, it's easier to open one log file from a standard location, look at it, leave the editor open, run the next task, refresh the contents of the log file in the open editor, etc, |
I typically use "make" to handle directories with multiple sby tasks in them. You can find an example Makefile here. |
It would be helpful if
sby
would write its output to ansby.log
file.The text was updated successfully, but these errors were encountered: