Forum Discussion
Tricky
Occasional Contributor
7 years agoThere is an easy workaround for this (that works in '93):
-- If you know the array always contains index 0 (or some other fixed number):
i_RegReadData(i_DAC_CodeWordMaskReg(0)'RANGE)
-- You dont know the indeces
i_RegReadData(i_DAC_CodeWordMaskReg(i_DAC_CodeWordMaskReg'low)'RANGE)