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

[feature request] Add marker signals to generated traces to help debugging #80

Open
tudortimi opened this issue Apr 12, 2020 · 1 comment

Comments

@tudortimi
Copy link

It would make it much easier to debug traces if there were some way of seeing when a property started matching and when it failed. This could be done by adding some dummy signals which would pulse at these times.

@cliffordwolf
Copy link
Collaborator

For SVA properties, the <sequence>.triggered mechanism can be used to get the information in which cycle a match ended. There can't be a signal for indicating the cycle in which a match starts, because in that cycle we don't know yet if the property ends up matching or not.

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

No branches or pull requests

2 participants