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
Describe the bug
Coloring on module name disappears when using a vector.
Environment (please complete the following information):
OS: [Microsoft Windows [Version 10.0.19042.985]]
VS Code version [e.g. 1.56.2]
Extension version [e.g. 1.4.5]
Steps to reproduce
Steps to reproduce the behavior:
Type in:
localparam [NUM_ATC-1:0] zero = 0; // Helper constant to get width right
FL1P3AZ oe_next[NUM_ATC-1:0] (oe_int, zero, state[0] | state[1], ~master_clk, state[1], OE);
Remove the vector as in the 2 attached images...
See error
Expected behavior
Module name should be nice and blue.
Actual behavior
Module name is white.
The text was updated successfully, but these errors were encountered:
Describe the bug
Coloring on module name disappears when using a vector.
Environment (please complete the following information):
Steps to reproduce
Steps to reproduce the behavior:
Type in:
localparam [NUM_ATC-1:0] zero = 0; // Helper constant to get width right
FL1P3AZ oe_next[NUM_ATC-1:0] (oe_int, zero, state[0] | state[1], ~master_clk, state[1], OE);
Remove the vector as in the 2 attached images...
See error
Expected behavior
Module name should be nice and blue.
Actual behavior
Module name is white.
The text was updated successfully, but these errors were encountered: