You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I get this warning when I use generic functions/procedures: Unused declaration of procedure check_equal_generic[type_t, type_t, STRING, log_level_t, NATURAL, NATURAL, STRING]vhdl ls(unused)
I get the reason behind why it's flagged as not used but I think it should only emit this warning when it hasn't been defined with a generic map.
Hi guys, I get this warning when I use generic functions/procedures:
Unused declaration of procedure check_equal_generic[type_t, type_t, STRING, log_level_t, NATURAL, NATURAL, STRING]vhdl ls(unused)
I get the reason behind why it's flagged as not used but I think it should only emit this warning when it hasn't been defined with a generic map.
The text was updated successfully, but these errors were encountered: