Forum Discussion
Altera_Forum
Honored Contributor
14 years agoVHDL Code-Multiplication
I am new to this site. I have to work on a project which needs vhdl coding and I am new to it too. i just need to multiply two elements . so i do that by entering a*b. but i get this error " fo...
Altera_Forum
Honored Contributor
14 years agoI have defined an array as
type array_name :array(natural range <>) of real; variable arr : array_name(0 to 10000); Supposing that i have given all values to the arr, How do i access only first 50 elements of it. will arr(0 to 50) work??