P
parag_paul@hotmail.com
Guest
On Nov 8, 1:07 pm, Andy <jonesa...@comcast.net> wrote:
you mean blasting the vector bits to different ports
I am bit unfamiliar with, the terms, aliasing bits of vector port, DoOn Nov 8, 1:25 pm, "parag_p...@hotmail.com" <parag_p...@hotmail.com
wrote:
hi All,
IN Verilog we can have something like
module a ( a, .b(v1,v2,v3), c);
in v1,v2,v3;
thus b1 becomes a 3 bit vector. Is that possible in VHDL
If yes can you show me the method. 1076-2000 VHDL standard does not
say anything about it though.
-Parag
You can alias bits of a vector port, but you cannot alias a vector of
single-bit ports.
Andy
you mean blasting the vector bits to different ports