Z
zlotawy
Guest
Hi,
I'd like to use concatenation in VHDL when number of vectors is unknown. For
example:
entity QAZ is
port (
P_I_ADC : In MyArray(NUMBER-1 downto 0);
end QAZ ;
and I have multiplexer.
constant N :Natural;
Output of multiplekser is concatenation two, or three or four or N vectors
of input Array.
Could You help me?
Thanks,
zlotawy
I'd like to use concatenation in VHDL when number of vectors is unknown. For
example:
entity QAZ is
port (
P_I_ADC : In MyArray(NUMBER-1 downto 0);
end QAZ ;
and I have multiplexer.
constant N :Natural;
Output of multiplekser is concatenation two, or three or four or N vectors
of input Array.
Could You help me?
Thanks,
zlotawy