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
And to elaborate on crashes here's the stack trace:
Exception in thread "main" chisel3.package$InternalErrorException: Internal Error: Please file an issue at https://github.com/chipsalliance/chisel3/issues:Match error: module=Clone(DefinitionClone(MyClass@32b9bd12))
at chisel3.experimental.hierarchy.core.Lookupable$.cloneModuleToContext(Lookupable.scala:285)
at chisel3.experimental.hierarchy.core.Lookupable$$anon$1.instanceLookup(Lookupable.scala:308)
at chisel3.experimental.hierarchy.core.Lookupable$$anon$1.instanceLookup(Lookupable.scala:297)
at chisel3.experimental.hierarchy.core.Instance._lookup(Instance.scala:68)
at chisel3.aop.Select$unsafe$$anonfun$currentInstancesIn$2.applyOrElse(Select.scala:648)
at chisel3.aop.Select$unsafe$$anonfun$currentInstancesIn$2.applyOrElse(Select.scala:646)
Type of issue: Bug Report
Please provide the steps to reproduce the problem:
What is the current behavior?
This crashes in
_.lookup
What is the expected behavior?
It should not crash. and the only instance in
allInstances
should bec: Child
.Please tell us about your environment:
Other Information
What is the use case for changing the behavior?
The text was updated successfully, but these errors were encountered: