Skip to content

Add the option to ident muxes outside process aligned with the tab #72

@rayuthebest

Description

@rayuthebest

Request a new feature

As a user, I want to...

Currently, program ident the muxes outside process aligned to the keyword '<= '. It would be nice if program could fill with spaces, balancing right and left sides, until reaching the configured identation pattern for avoid marking some of them as wrong idented

Example Input:

m_axis_data_tlast <= '1' when cnt_samples = 0 else -- Generate tlast on the last dataword sent
                     '0';

Example Output:

m_axis_data_tlast   <=  '1' when cnt_samples = 0 else -- Generate tlast on the last dataword sent
                        '0';

example

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