Closed JHertz5 closed 1 month ago
Is your feature request related to a problem? Please describe. I'd like a rule to enforce case on entity instantiation library name tokens, e.g. correcting
cmp_test : entity WORK.my_component port map ( clk => clk );
to
cmp_test : entity work.my_component port map ( clk => clk );
I've raised PR #1276 to address this issue.
Morning @JHertz5 ,
Yet another perfect PR.
I will get this merged to master.
Thanks again,
--Jeremy
Thanks very much!
Is your feature request related to a problem? Please describe. I'd like a rule to enforce case on entity instantiation library name tokens, e.g. correcting
to