sum of a array's element

Joined
Jun 28, 2018
Messages
2
Reaction score
0
hi. i have a question in vhdl .
i defined an array like this :

type memory is array(n-1 downto 0) of std_logic_vector( m-1 downto 0);

and a signal :

signal mem : memory;

'n' and 'm' are defined in generic. so the signal 'mem' included 'n' of std_logic_vectors with 'm' bits.

now i wanna add this 'n' vectors and put the result in a "std_logic_vector " ! how can i do this??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top