aboutsummaryrefslogtreecommitdiffstats
path: root/cad/yosys/files/patch-backends_smt2_smtio.py
blob: 81c3557845d13c431f4a62bdc21ace5a026e51da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- backends/smt2/smtio.py.orig	2025-09-21 17:50:33 UTC
+++ backends/smt2/smtio.py
@@ -199,9 +199,9 @@ class SmtIo:
                 self.noincr = True
 
             if self.noincr:
-                self.popen_vargs = ['yices-smt2'] + self.solver_opts
+                self.popen_vargs = ['yices_smt2'] + self.solver_opts
             else:
-                self.popen_vargs = ['yices-smt2', '--incremental'] + self.solver_opts
+                self.popen_vargs = ['yices_smt2', '--incremental'] + self.solver_opts
             if self.timeout != 0:
                 self.popen_vargs.append('-t')
                 self.popen_vargs.append('%d' % self.timeout);