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

[MooreToCore] Unpacked array causes crash #7627

Closed
fabianschuiki opened this issue Sep 25, 2024 · 0 comments · Fixed by #7631
Closed

[MooreToCore] Unpacked array causes crash #7627

fabianschuiki opened this issue Sep 25, 2024 · 0 comments · Fixed by #7631
Labels
bug Something isn't working Moore

Comments

@fabianschuiki
Copy link
Contributor

The following input crashes the MooreToCore conversion. Might be fixed by #7625.

module {
  moore.module @top() {
    %mem = moore.variable : <uarray<1024 x l8>>
    %a = moore.variable : <l8>
    moore.procedure initial {
      %0 = moore.read %mem : <uarray<1024 x l8>>
      %1 = moore.extract %0 from 123 : uarray<1024 x l8> -> l8
      moore.blocking_assign %a, %1 : l8
      moore.return
    }
    moore.output
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Moore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant