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 ago@Tricky : Fine i will start correcting the code to use fixed points; what inbuilt standard packages can i use??ieee_proposed.fixed_pkg.all;,is this package synthesisable?? Can you refer me a ebook or article about synthesisable packages; I have stopped using math_complex(came to know that it is also not synthesisable) and defined every operation of complex package in my code;