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
The u_b is not recognized due to comment in last line of u_a. And the u_c is not recognized due to the comment with ";" which generated by autoinst function extracting from mod_c.v .
The text was updated successfully, but these errors were encountered:
The regex used in rtl.vim to match module-inst is ";\s*$", so the following code is not recognized.
The u_b is not recognized due to comment in last line of u_a. And the u_c is not recognized due to the comment with ";" which generated by autoinst function extracting from mod_c.v .
The text was updated successfully, but these errors were encountered: