![]() |
|
|
|
#1 |
|
anyone know how to assign 2 parts of an array to a component instantion port
in a testbench? e.g. foo => bar( the above, of course, can't be done due to the error "actual for formal foo is not a globally static expression .. what to do? i can't use a in-between signal, i.e. in_between <= bar( in_between; .. because both foo and bar are bi-directional (types inout) help? proudfeet |
|
|
|
|
#2 |
|
Posts: n/a
|
In the following example I assume that foo is has type std_logic_vector(4 downto 0) foo(4)=>bar( Egbert Molenkamp "proudfeet" <> wrote in message news:ATseb.2113$... > anyone know how to assign 2 parts of an array to a component instantion port > in a testbench? > > e.g. > > foo => bar( > > the above, of course, can't be done due to the error "actual for formal foo > is not a globally static expression .. what to do? i can't use a in-between > signal, i.e. in_between <= bar( > in_between; .. because both foo and bar are bi-directional (types inout) > > help? > > Egbert Molenkamp |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| constants as of array of integers, for loops | octavsly | Hardware | 0 | 04-25-2009 11:53 AM |
| How to retrieve array parameter ( JAVA ) | naruponk | Software | 1 | 04-16-2009 10:20 AM |
| Array Programme | rits | Software | 2 | 03-04-2009 05:18 PM |
| synthesis error | sekhar_kollati | Hardware | 0 | 11-13-2007 04:48 AM |
| need help Invalid length for a Base-64 char array | rrwestva | Hardware | 0 | 07-04-2006 09:36 PM |