3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 18:31:51 +00:00
yosys/passes
Alberto Gonzalez 903456c267
qbfsat: Add -solver option and allow choice of Z3 or Yices, making Yices the default.
Ensures that "BV" is the logic whenever solving an exists-forall problem with Yices, moves the "(set-logic ...)" directive above any non-info line, sets the `ef-max-iters` parameter to a very high number when using Yices in exists-forall mode so as not to prematurely abandon difficult problems, and does not provide the incompatible "--incremental" Yices argument when in exists-forall mode.
2020-05-25 20:38:29 +00:00
..
cmds log: Use dict instead of std::vector<std::pair> for log_expect_{error, warning, log} to better express the intent that each element is unique. 2020-05-15 00:55:32 +00:00
equiv kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
fsm kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
hierarchy submod: revert accidental change 2020-05-14 10:33:56 -07:00
memory memory_bram: Fix ignorance of valid, matched rules 2020-04-10 21:48:04 +01:00
opt opt_expr: Sx to Sz; spotted by @Xiretza 2020-05-14 12:14:23 -07:00
pmgen xilinx: xilinx_dsp_cascade to check CREG for DSP48E1 only 2020-04-22 17:43:25 -07:00
proc kernel: big fat patch to use more ID::*, otherwise ID(*) 2020-04-02 09:51:32 -07:00
sat qbfsat: Add -solver option and allow choice of Z3 or Yices, making Yices the default. 2020-05-25 20:38:29 +00:00
techmap abc9_ops: update comment 2020-05-21 21:39:13 -07:00
tests Add plusargs for output files in test_autotb output 2020-05-02 11:21:01 +02:00