Closed gasrodriguez closed 4 years ago
Using the live demo with default settings (and others) I'm seeing weird things with this constant definition:
Snippet:
constant ADDR_MATCH : std_logic_vector(5*32-1 downto 0) := ( X"00000000" & X"00010000" & X"00020000" & X"00030000" & X"00040000" );
Settings:
{ "RemoveComments": false, "RemoveAsserts": false, "CheckAlias": false, "SignAlignSettings": { "isRegional": true, "isAll": false, "mode": "local", "keyWords": [ "FUNCTION", "IMPURE FUNCTION", "GENERIC", "PORT", "PROCEDURE" ] }, "KeywordCase": "LowerCase", "TypeNameCase": "LowerCase", "Indentation": "\t", "NewLineSettings": { "newLineAfter": [ "generic", "generic map", "port", "port map", ";", "then", "else" ], "noNewLineAfter": [] }, "EndOfLine": "\r\n" }
X"00000000" & X"00010000" & X"00020000" & X"00030000" & X"00040000" );
it has been fixed now. The expected behavior is achieved. Thanks for the feedback.
Report a bug
Using the live demo with default settings (and others) I'm seeing weird things with this constant definition:
Input
Snippet:
Settings:
Expected Behavior
Actual Behavior