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
The MWE below is extracted from VUnit/vunit#631. Since a few days ago, the MWE fails during analysis:
test.vhd:14:54:error: prefix of array attribute must be an object name
ghdl:error: compilation error
I think it might be a regression, since the same code has worked for many months. Moreover, if the commented ret_range and ret_val are used instead, the MWE works as expected.
The MWE below is extracted from VUnit/vunit#631. Since a few days ago, the MWE fails during analysis:
I think it might be a regression, since the same code has worked for many months. Moreover, if the commented
ret_range
andret_val
are used instead, the MWE works as expected.How to reproduce?
The text was updated successfully, but these errors were encountered: