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
To find the port definitions in the body of the module, currently the code searches for endmodule which causes it to be far too slow. Should build a list of the ports and then search until all port directions are found then stop searching.
To find the port definitions in the body of the module, currently the code searches for
endmodulewhich causes it to be far too slow. Should build a list of the ports and then search until all port directions are found then stop searching.