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
When loading a design that instantiates an unknown module (with verific, bypassing the error), the unknown module turns into a blackbox with all ports of direction inout, since it doesn't know which were supposed to be inputs and which outputs. Running cutpoint -blackbox on such a design adds $anyseq cells on all port connections, leading to driver-driver conflicts for all the ports that are actually inputs and already have a driver.