Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad identation on comments on muxes outside process #71

Open
rayuthebest opened this issue Aug 20, 2024 · 0 comments
Open

Bad identation on comments on muxes outside process #71

rayuthebest opened this issue Aug 20, 2024 · 0 comments

Comments

@rayuthebest
Copy link

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
@rayuthebest rayuthebest changed the title Bad identation on muxes outside process Bad identation on comments on muxes outside process Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant