-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTL] Update ExtractInstances to use the new instance symbol. (#6327)
In the case we need need to make a new NLA for an instance that has moved past the module at which the old NLA was rooted, use the new instance's inner symbol name. This code path used the original inner symbol in the old NLA, but this would get out of sync if the new instance needed to get a new symbol in the namespace. Similar logic exists later in this method, but seems to have been missed here.
- Loading branch information
1 parent
0b02ced
commit 90bcf1e
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters