3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-04 05:13:31 +00:00
yosys/backends/smt2
George Rennie b788de9329 smtbmc: escape path identifiers
* also changes the print format for cover statements to be more uniform
  with the asserts, allowing easier parsing of cover path
* this allows diambiguation of properties with the same name but
  different paths (see https://github.com/YosysHQ/sby/issues/296)
2024-09-24 03:01:49 +01:00
..
.gitignore
example.v
example.ys
Makefile.inc
smt2.cc rename -witness: Bug fix and rename formal cells 2024-03-04 16:53:03 +01:00
smtbmc.py smtbmc: escape path identifiers 2024-09-24 03:01:49 +01:00
smtbmc_incremental.py smtbmc: Improvements for --incremental and .yw fixes 2024-05-07 17:57:37 +02:00
smtio.py smtbmc: Improvements for --incremental and .yw fixes 2024-05-07 17:57:37 +02:00
test_cells.sh
witness.py yosys-witness: Add aiw2yw --present-only to omit unused signals 2023-12-14 16:45:19 +01:00
ywio.py