Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "abc --keep-going pdr" via new "pdr -X" mode #263

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

jix
Copy link
Member

@jix jix commented Feb 20, 2024

This includes #262 and depends on YosysHQ/yosys#4222 as well as YosysHQ/abc#27.

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.
@jix jix changed the title Initial support for a multi-task property status database Support for "abc --keep-going pdr" via new "pdr -X" mode Feb 21, 2024
@jix jix marked this pull request as ready for review March 4, 2024 17:03
@jix jix merged commit 0c84510 into YosysHQ:master Mar 6, 2024
3 checks passed
@jix jix deleted the pdr-X branch March 6, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant