-
Notifications
You must be signed in to change notification settings - Fork 31
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
lvalue lowering of cast to logic [31:0]
not yet supported
#223
Comments
I also ran into this issue. STDOUT
example.v
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to compile the following example code found in the PLDI paper:
However, when I do so,
moore
produces the following error:I am using version 0.12.0 of Moore, compiled from the master branch.
I've also tried using the version of the Moore compiler included in the PLDI artifact, but it also produces an (albeit different) error on this example. I imagine this has been fixed since that version since I don't see it with the current version of Moore, but I include it here in case it's at all helpful:
The text was updated successfully, but these errors were encountered: