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
sawscript> write_aig_external "../test.aig" {{ \x -> x + 0xa }} Stack trace: "write_aig_external" (<stdin>:1:1-1:19): openTempFile': Template string must not contain path separator characters: ../test.aig.v
The text was updated successfully, but these errors were encountered:
This should be an easy fix. We should create the temporary file based on just the filename portion of the output, not the whole path.
Sorry, something went wrong.
write_aig_external
Merge pull request #1443 from GaloisInc/at-external-aig-slash
91c5148
Allow slashes in `write_aig_external` filenames Closes #1438
atomb
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: