3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-19 03:19:02 +00:00
sby/sbysrc
Krystine Sherwin 10332e8e74
btor2aiger: It kinda works?
- Add `btor2aig_yw.py` to wrap btor2aiger calls, splitting the symbol map into a
  `.aim` file and building (and approximation of) the `.ywa` file.
- Currently not tracking asserts/assumes in the `.ywa`, and yosys-witness isn't
  the biggest fan of the btor2aiger style of unitialised latches.  As such, the
  latches are declared but the `.yw` output doesn't do anything with them so
  it's incomplete.  But the vcd output seems fine (for `vcd_sim=on|off`).
- Add a try/except to catch property matching with an incomplete property list.
- Add `-x` flag to `write_btor` call since aiw2yw gets confused without them.
- Includes some TODO reminders for me to fix things, but as far as I can tell it
  is working.
2024-04-06 13:40:00 +13:00
..
sby.py Fixes issue #269 by removing an erroneous "if sbyfile" check. 2024-04-02 13:32:24 +01:00
sby_autotune.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_cmdline.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_core.py btor2aiger: It kinda works? 2024-04-06 13:40:00 +13:00
sby_design.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
sby_engine_abc.py btor2aiger: It kinda works? 2024-04-06 13:40:00 +13:00
sby_engine_aiger.py Emit status db update from aigsmt 2024-02-20 14:06:43 +01:00
sby_engine_btor.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_engine_smtbmc.py Support for the new anytime schedule in yosys-abc's pdr 2024-03-06 12:26:01 +01:00
sby_jobserver.py Fix deadlock with parallel SBY procs each with parallel tasks 2023-07-17 15:29:17 +02:00
sby_mode_bmc.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_mode_cover.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_mode_live.py Add colors to engine header message 2022-11-24 18:12:22 +01:00
sby_mode_prove.py Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
sby_sim.py smtbmc: Use new -noinitstate option when simulating inductive cex 2023-09-28 17:38:15 +02:00
sby_status.py Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00