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

Move desiredName override to top of LazyModuleImp #3691

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

abejgonzalez
Copy link
Contributor

@abejgonzalez abejgonzalez commented Oct 8, 2024

Related issue:

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes
If a TLXbar is very large, it will print a warning using $name. However, $name can only be accessed after desiredName is set otherwise it will throw an error like chisel3.package$ChiselException: Error: desiredName of freechips.rocketchip.tilelink.TLXbar$Impl is null. Did you evaluate 'name' before all values needed by desiredName were available?. This re-orders the desiredName override to the top of the LazyModuleImp.

@abejgonzalez abejgonzalez self-assigned this Oct 8, 2024
@jerryz123 jerryz123 merged commit 1fb00b0 into dev Oct 8, 2024
28 checks passed
@jerryz123 jerryz123 deleted the abejgonzalez-patch-2 branch October 8, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants