forked from YosysHQ/sby
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from YosysHQ:master #57
Open
pull
wants to merge
315
commits into
SymbiFlow:master
Choose a base branch
from
YosysHQ:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The $stable value change expression cannot be true for a non-x signal in the initial state. This is now correctly handled by the verific import, so the dpmem example needs to start assuming `$stable` only after leaving the initial state.
examples: Fix use of SVA value change expressions
add test for yosys's $divfloor and $modfloor cells
Check for required auxiliary tools and always regenerate the make rules when the set of available tools changes.
Prevent rst_n from going low once it has gone high.
Adding variations in .sby file where tabby uses verific and oss doesn't.
Abbreviates additional btor instructions.
This avoids regenerating the test makefile rules when the set of installed tools changes and is a bit simpler overall.
Test makefile improvements
Test designs using $allconst
The checks for available tools moved to a python script, so need need to have a copy of the tool list in the Makefile.
tests: Remove unused tool list in test Makefile
This requires YosysHQ/yosys#3961 and #249 to work
Add aigcxemin and cexenum.py tools
Fix PREFIX in makefile to accept environment variable, if set
They are only useful and supported for the simulation that is run with the output of the prep flow, not the output of the backend flows.
Prepare SBY for upcomming `$check` cell support and prevent backend failure for `$print` cells
Update workflows
tests: Support testing an installed SBY using the SBY_CMD make variable
sby_design: Also track fairness assumptions
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.
Support for "abc --keep-going pdr" via new "pdr -X" mode
Improved CLI behavior when not specifying a config or existing workdir
ABC will sometimes return negative frame numbers when proving by convergence, e.g. ``` engine_0: Proved output 1 in frame -698905656 (converged). engine_0: Proved output 4 in frame -698905656 (converged). ``` This change fixes these properties being missed and causing the engine status to return UNKNOWN due to `proved_count != len(proved)`.
Update sby_engine_abc.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )