![]() |
|
|
|
#1 |
|
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. krzyg |
|
|
|
|
#2 |
|
Posts: n/a
|
krzyg wrote:
> Is there any way to create 3-D vectors? Define a vector as type (1D) Define an array consisting out of elements from the vector type. (2D) Define an array consisting out of elements from the 2D-array type. (3D) ... go on... Note that for some (older) synthesis tools even 2D-arrays are not synthesizable -> Break everything down to a vector. Ralf Ralf Hildebrandt |
|
|
|
#3 |
|
Posts: n/a
|
Ralf Hildebrandt napisał(a):
> krzyg wrote: > >> Is there any way to create 3-D vectors? > > > Define a vector as type (1D) > Define an array consisting out of elements from the vector type. (2D) > Define an array consisting out of elements from the 2D-array type. (3D) > .. go on... > > Note that for some (older) synthesis tools even 2D-arrays are not > synthesizable -> Break everything down to a vector. > > Ralf Thanks! I hope I won't be forced to break it down - the size of the vector is determined by generic values (parameters) not by constants (flexibility matter). krzyg |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unable to pass vector by reference | vkaul1 | Software | 0 | 06-26-2009 06:03 AM |
| Code gets really slow when Class Has Vector | eklein | General Help Related Topics | 0 | 06-26-2007 03:21 PM |
| DVD Verdict reviews: ELFEN LIED: VECTOR THREE (VOLUME 3) and more! | DVD Verdict | DVD Video | 0 | 09-15-2005 09:11 AM |
| DVD Verdict reviews: LIGHTNING BUG, ELFEN LIED: VECTOR TWO (VOLUME 2), and more! | DVD Verdict | DVD Video | 0 | 09-01-2005 09:12 AM |
| DVD Verdict reviews: ELFEN LIED: VECTOR ONE (VOLUME 1) and more! | DVD Verdict | DVD Video | 0 | 06-09-2005 09:15 AM |