K
krzyg
Guest
Greetings!
Is there any way to create 3-D vectors?
I'd like to have a vector (let's say 4-bit vector) to which I could
refer in the following way:
vector(0)(0) <= "0110";
vector(0)(1) <= "0001";
etc.
Is there any way to create 3-D vectors?
I'd like to have a vector (let's say 4-bit vector) to which I could
refer in the following way:
vector(0)(0) <= "0110";
vector(0)(1) <= "0001";
etc.