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
[FIRRTL] Ensure LowerClasses respects alt base path for local paths. (#7690)
We recently started supporting local-only paths in LowerClasses, but
this logic erroneously disabled the alternative base path feature for
paths whose targets were relocated outside the owning module. In the
case that we need an alternative base path for a local target, convert
it to a non-local target, so the alternative base path can be
correctly prefixed.
0 commit comments