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
This is most visible with port names- if you request the same ram name, you get port_name, port_name__3, port_name__6, etc. because UniquifyNodeName() is being called too much. This also happens to internal signals.
This is most visible with port names- if you request the same ram name, you get
port_name,port_name__3,port_name__6, etc. becauseUniquifyNodeName()is being called too much. This also happens to internal signals.