hi, i am pretty new to vhdl, and am not sure how to go about a project i have been given.
i have two binary numbers '00001001' and '10010010' that i want to store in an array. once they are in that array i am not sure how to acces them and hence use them as part of a seperate process.
for example i have a varaiable called 'mode' when i set mode <= '1'
i want that to some how give me access to the first binary number in my array. and when 'mode' <= '2' i want this to mean i use the second binary number
any help would be greatly appreciated
thanks in advance
i have two binary numbers '00001001' and '10010010' that i want to store in an array. once they are in that array i am not sure how to acces them and hence use them as part of a seperate process.
for example i have a varaiable called 'mode' when i set mode <= '1'
i want that to some how give me access to the first binary number in my array. and when 'mode' <= '2' i want this to mean i use the second binary number
any help would be greatly appreciated
thanks in advance