![]() |
|
|
|
#1 |
|
Hi all,
I have some issues when i do my coding in VHDL. 1st: i instantiate array as follows: "type data_array is array (1 to 1) of STD_LOGIC_VECTOR (64 DOWNTO 0); signal data: data_array;" ............ ............ after which i use the array as : "data <= PR_dout;" where PR_dout is an input of 65 bits long. But i get error that goes : "Type of data is incompatible with type of PR_dout" I would appreciate very much if some one can help me in this . Thank u. bryfu |
|
|
|
|
|
|
#2 |
|
Member
Join Date: Jan 2009
Posts: 31
|
Maybe you meant,
data(1) <= PR_dout; joris |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VHDL and EDK: Custom IP core containing an array as a port using EDK | allsey_1987 | Hardware | 0 | 10-27-2009 02:26 PM |
| constants as of array of integers, for loops | octavsly | Hardware | 0 | 04-25-2009 11:53 AM |
| Issues with games (namely Sims 2) | Neogeisha | Gaming | 1 | 03-18-2009 08:57 AM |
| Array Programme | rits | Software | 2 | 03-04-2009 05:18 PM |
| MCITP: Enterprise Support Technician | MileHighWelch | MCITP | 1 | 06-19-2007 10:25 PM |