Skip to content

Aggregate assignment syntax unsupported  #147

Description

@lenigoor

The following construction is allowed with the "new" VHDL-2008 syntax, but the highlighting on the last bracket does not agree.

architecture rtl of test is
	signal alpha : std_logic_vector(1 downto 0);
	signal beta  : std_logic_vector(1 downto 0);
	signal gamma : std_logic_vector(3 downto 0);
begin
	(alpha, beta) <= gamma;
end architecture;

afbeelding

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions