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

[ImportVerilog] sva prototype #7999

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

chenbo-again
Copy link
Contributor

In #7801 , I trying to find a way to implement SVA in Moore, and firstly I tried to directly translate sva to LTL dialect, but finally I failed, because some feature of SVA is hard to directly translate to LTL, such as property and sequence declare and instantiation, property local variable ...

So I try to firstly translate it in Moore, I just refer to #5310 to implement a draft, and here it is. I use Moore's single-bit type to represent properties, I don't know if it's a the right way.

Besides, I'm still stuck on how to lower some of the implementation to LTL, such as property local variable...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants