unused declaration
Hi,
this code:
entity testme0 is end testme0; architecture rtl0 of testme0 is type rec_type is record val1 : integer; val2 : integer; end record; type rec_array_type is array(1 downto 0) of rec_type; signal rec_array_sig : rec_array_type; begin rec_array_sig(1).val1 <= 3; end architecture rtl0;
gives unused declaration warning.
May be the signal of type of type construct confuses sigasi
Regards
Josef
- Forums:
ticket:792
Hi Josef,
thanks for reporting this. I have logged this as ticket:792.
Hendrik.
Fixed
This ticket is fixed in the development version and will be part of the next official release.
Thanks for the code snippet. This made fix really easy.
Post new comment