Skip to content

Bad identation on comments on muxes outside process #71

Description

@rayuthebest

When defining comments in a mux, first line comments are not aligned with the rest

Report a bug

Input

b<= a when mux_select = x"0" else    -- Start header field
           sdasd when mux_select = x"1" else -- Timestamp header field
                            zxcz;                                                           -- Data

Expected Behavior

b <= a when mux_select = x"0" else     -- Start header field
     sdasd when mux_select = x"1" else -- Timestamp header field
     zxcz;                             -- Data

Actual Behavior

b <= a when mux_select = x"0" else -- Start header field
     sdasd when mux_select = x"1" else -- Timestamp header field
     zxcz;                             -- Data

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions