-
Notifications
You must be signed in to change notification settings - Fork 607
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
Can't find field of aggregate Memory in nested Module #971
Comments
Yep. DCE FTW. Sorry for the spam. For reference, a quick and dirty fix is to just ptionsManager.firrtlOptions.annotations :+ firrtl.transforms.NoDCEAnnotation |
I'm sorry to disturb you, but I wonder where I should use ''ptionsManager.firrtlOptions.annotations :+ firrtl.transforms.NoDCEAnnotation''. |
You can do it like the following code.
|
Type of issue: bug report
Impact: no functional change
What is the current behavior?
Pseudo-MWE
Compiling this yields the following error
For some reason
mem_a
is found? I wonder if I'm not running into DCE since it works fine whenMyModule
is the Top.What is the expected behavior?
It should Just Work (TM).
Please tell us about your environment:
master
branch of all relevant repos (includingchisel-testers2
since that seems to be relevant)The text was updated successfully, but these errors were encountered: