Forum Discussion
Altera_Forum
Honored Contributor
14 years agoArrays-VHDL
1.In arrays(of real type ) how are we supposed to find the maximum value index in the array?I think A'HIGH is something different which gives the highest subscript of the array.What's the difference ...
Altera_Forum
Honored Contributor
14 years ago2. you'll have to write a function to do it
NB - Real type is not synthesisable - so I assume this is all for testbenching. --- Quote End --- here I have to deal with real type numbers and this is to be implemented; So how to make it synthesisable ??