Support for VHDL-2008 attributes 'subtype and 'element

Hello,

currently Sigasi isn't able to parse the following code correctly:

procedure write_nios_busy (data : in avs_dummy_nios_busy_writedata'subtype) is
begin wait until rising_edge(clk_nios); avs_dummy_nios_busy_write <= '1'; avs_dummy_nios_busy_writedata <= data; wait until rising_edge(clk_nios); avs_dummy_nios_busy_write <= '0';
end procedure write_nios_busy;

because the 'subtype attribute isn't supported. It would be nice to see this supported implemented in Sigasi.

Best regards
Martin

Thanks for reportin, Martin.

Thanks for reportin, Martin. Logged as ticket:1868

Post new comment

The content of this field is kept private and will not be shown publicly.
By submitting this form, you accept the Mollom privacy policy.