3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00
sby/tests
Jannis Harder 52184e5bf0 Initial support for a multi-task property status database
This adds initial support for an sqlite database that is shared across
multiple tasks of a single SBY file and that can track the status of
individual properties.

The amount of information tracked in the database is currently quite
minimal and depends on the engine and options used. This can be
incrementally extended in the future.

The ways in which the information in the database can be queries is even
more limited for this initial version, consisting of a single '--status'
option which lists all properties and their status.
2024-02-20 13:34:58 +01:00
..
autotune Test autotune 2022-06-27 15:58:42 +02:00
junit Don't fail tests when xmlschema is missing 2022-06-03 17:22:45 +02:00
keepgoing Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
make Initial support for a multi-task property status database 2024-02-20 13:34:58 +01:00
parser sby: core: Added unsupported messages to the new sections 2022-08-18 05:36:11 -04:00
regression Fix engine_list's return value 2022-09-15 15:47:27 +02:00
unsorted Unified trace generation using yosys's sim across all engines 2023-01-10 18:42:26 +01:00
.gitignore Refactor tests 2022-04-11 17:50:38 +02:00
Makefile tests: Support testing an installed SBY using the SBY_CMD make variable 2024-01-19 14:51:16 +01:00