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

smtbmc: escape path identifiers #4609

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

georgerennie
Copy link
Collaborator

This escapes segments of cell paths that contain . with verilog style \na.me , as well as making the printing format more consistent in the case of cover properties to allow easier parsing on the SBY side. As this changes the smtbmc text output that SBY parses it has a corresponding SBY change to be merged at the same time.

* 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 YosysHQ/sby#296)
@jix jix merged commit b3b88e5 into YosysHQ:main Oct 7, 2024
22 checks passed
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.

2 participants