mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
This commit is contained in:
parent
ae990ebcda
commit
ca31bcdbb6
@ -196,6 +196,7 @@ Srinivasan Venkataramanan
|
|||||||
Stefan Wallentowitz
|
Stefan Wallentowitz
|
||||||
Stephen Henry
|
Stephen Henry
|
||||||
Steven Hugg
|
Steven Hugg
|
||||||
|
sumpster
|
||||||
Szymon Gizler
|
Szymon Gizler
|
||||||
Sören Tempel
|
Sören Tempel
|
||||||
Teng Huang
|
Teng Huang
|
||||||
|
@ -180,7 +180,7 @@ class Capabilities:
|
|||||||
if Capabilities._cached_have_solver is None:
|
if Capabilities._cached_have_solver is None:
|
||||||
out = VtOs.run_capture('(z3 --help || cvc5 --help || cvc4 --help) 2>/dev/null',
|
out = VtOs.run_capture('(z3 --help || cvc5 --help || cvc4 --help) 2>/dev/null',
|
||||||
check=False)
|
check=False)
|
||||||
Capabilities._cached_have_solver = bool('Usage' in out)
|
Capabilities._cached_have_solver = bool('usage' in out.casefold())
|
||||||
return Capabilities._cached_have_solver
|
return Capabilities._cached_have_solver
|
||||||
|
|
||||||
@staticproperty
|
@staticproperty
|
||||||
|
Loading…
Reference in New Issue
Block a user