This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Bitwuzla has changed it's command line argument format #716
Comments
Ideally we would support both the old and the new arguments. It is annoying, but we might have to do one of two things:
|
Gallagator
added a commit
to Gallagator/chiseltest
that referenced
this issue
Feb 26, 2024
Gallagator
added a commit
to Gallagator/chiseltest
that referenced
this issue
Feb 26, 2024
Gallagator
added a commit
to Gallagator/chiseltest
that referenced
this issue
Feb 26, 2024
ekiwi
pushed a commit
that referenced
this issue
Feb 26, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After trying to see why my bitwuzla tests were failing, I noticed it wasn't parsing the command line arguments properly.
The arguments in question are here: https://github.com/ucb-bar/chiseltest/blob/main/src/main/scala/chiseltest/formal/backends/smt/SMTLibSolver.scala#L37
--incremental
needs to be removed according to this:https://github.com/bitwuzla/bitwuzla/blob/bed6d6ed270ef94c3f2db8f03c892deec25c2a8d/NEWS.md?plain=1#L209
smt2
is now specified as--lang smt2
- see: https://github.com/bitwuzla/bitwuzla/blob/bed6d6ed270ef94c3f2db8f03c892deec25c2a8d/NEWS.md?plain=1#L68Should we update the command line options along with the CI?
The text was updated successfully, but these errors were encountered: