Skip to content

[HELP]: Block comment warnings because wrong configuration ? #1525

@wimille

Description

@wimille

As i start to use the VSG tools, i've got many questions to adapt the configuration to my cases.
I've got the following :

-----------------------------------------------------------------------------------------------------------------------
-- ENTITY
-----------------------------------------------------------------------------------------------------------------------
entity FILTRE_LIN_NBITS is
    generic (
        G_COUNTER_SIZE  : positive := 4;
        G_COUNTER_THRES : std_logic_vector( G_COUNTER_SIZE - 1 downto 0 ) := ( others => '0' );

With my current config i've got warning on the 2 lines '----'. I've try the configuration given in the documentation, but i've still got error.

What do i miss ?

Thanks for help

Metadata

Metadata

Assignees

Labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions