Altera_Forum
Honored Contributor
13 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 between A'HIGH and A'RIGHT (low to high indexes).?
2. How to find the index of the values in a array which are less than a particular value or a constraint like that. I mean find(MP2>0.77)(IN matlab); Please help me :)