You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
I've come across an issue with AttributeAnnotation where it fails when it is applied to a module with several instances. A scala.MatchError is thrown. This error only occurs if the module is instantiated more than once.
What is the expected behavior?
To generate an annotation for each module instance.
What is the current behavior?
I've come across an issue with
AttributeAnnotation
where it fails when it is applied to a module with several instances. Ascala.MatchError
is thrown. This error only occurs if the module is instantiated more than once.What is the expected behavior?
To generate an annotation for each module instance.
Steps to Reproduce
https://scastie.scala-lang.org/dxQpOW9CS2iAz69fo11wXQ
Your environment
External Information
brought it up on gitter first: https://gitter.im/freechipsproject/chisel3?at=6202b14b3349fe1c71ffe75f
The text was updated successfully, but these errors were encountered: