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
I can't believe I didn't think of this, but right now inputPin and outputPin primitives are being elaborated to top-level I/O ports that have procedurally generated names. This is bad! The name of these I/O ports is very important and should always be specified by the user.
The text was updated successfully, but these errors were encountered:
I can't believe I didn't think of this, but right now
inputPin
andoutputPin
primitives are being elaborated to top-level I/O ports that have procedurally generated names. This is bad! The name of these I/O ports is very important and should always be specified by the user.The text was updated successfully, but these errors were encountered: