![]() |
|
|
|
#1 |
|
Hi,
How do I assign 8 bits of a 16-bit 2D array to an 8-bit 2D array: I tried both the following and I get an error: prim_out_n_re(9) <= prim_out_n(15 downto AND prim_out_n_re(9) <= prim_out_n(9)(15 downto where prim_out_n_re is array(10 downto 0) of std_logic_vector(7 downto 0) prim_out_n is array(10 downto 0) of std_logic_vector(15 downto 0) Thanks, Divyang M Divyang M |
|
|
|
|
#2 |
|
Posts: n/a
|
I tried the following and it compiles..is it correct?
prim_out_n_re(i)(7 downto 0) <= prim_out_n(i)(15 downto Divyang M. Divyang M |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Dial-up Modem Question | w_tom | A+ Certification | 0 | 09-18-2005 09:12 PM |
| "Installing two drives" question - what next? | Jim | A+ Certification | 12 | 08-07-2005 01:19 PM |
| Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good | God | DVD Video | 3 | 04-25-2005 04:19 PM |
| Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good | Filthy Mcnasty | DVD Video | 0 | 04-25-2005 04:29 AM |
| Re: Safe Mode Question (A+ question) | Gordon Findlay | A+ Certification | 0 | 06-16-2004 10:48 AM |