V
valtih1978
Guest
Does
signal A: bit_vector(1 to 5);
define 1 signal, A or 5 elementary signals or 6 signals, one for A and 5
elements?
Is A(3 to 5) also a signal? If so, then, does the declaration define
2^32 signals, for every aggregate we can combine?
What is the target signal in 'A(1) <= value'? Is it an element,
composite or both?
signal A: bit_vector(1 to 5);
define 1 signal, A or 5 elementary signals or 6 signals, one for A and 5
elements?
Is A(3 to 5) also a signal? If so, then, does the declaration define
2^32 signals, for every aggregate we can combine?
What is the target signal in 'A(1) <= value'? Is it an element,
composite or both?