Skip to content

Commit

Permalink
experiments: run fpga repairs with bitwuzla as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Mar 18, 2024
1 parent c937bdb commit a54e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_rtl_repair_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# the FPGA benchmarks all have testbenches from Verilator which assume a zero init
_init_fpga = 'zero'
# the FPGA benchmarks benefit from running with yices2
_solver_fpga = 'yices2'
_solver_fpga = 'bitwuzla'

@dataclass
class ExpConfig:
Expand Down

0 comments on commit a54e831

Please sign in to comment.