Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Signal and variable assignment alignment #10

Open
StathisDi opened this issue Mar 10, 2020 · 0 comments
Open

Signal and variable assignment alignment #10

StathisDi opened this issue Mar 10, 2020 · 0 comments

Comments

@StathisDi
Copy link

Hi,

This one minor issue but it would be nice if it was possible to allow the alignment of variable and signal assignment.

For example at the moment it worsk like this:

skip_configuration_reg <= (OTHERS => '0');
iterations := (OTHERS => '0');

The behaviour that I would expect is more like:

skip_configuration_reg <= (OTHERS => '0');
iterations             := (OTHERS => '0');

Thank you for this great extension!

Best regards,
Dimitrios

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant