We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation in the SymbiYosys backend indicates that all tasks should be run if there's no setting for tasknames:
tasknames
symbiyosys: tasknames: # A list of task names to pass to sby. Defaults to empty (in which case # sby will run each task in the .sby file) - my_proof
However, leaving this unset produces the following sby error:
sby
ERROR: Exactly one task is required when workdir is specified.
It appears that for this to work the -d option for sby should be removed in favour of using the default output directories.
-d
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The documentation in the SymbiYosys backend indicates that all tasks should be run if there's no setting for
tasknames
:However, leaving this unset produces the following
sby
error:It appears that for this to work the
-d
option forsby
should be removed in favour of using the default output directories.The text was updated successfully, but these errors were encountered: