Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20707 Discussions

how to solve the error

Altera_Forum
Honored Contributor II
1,159 Views

a[j]=iord_altera_avalon_pio_data(mem_data[j]); 

has any one an idea how to correct this expression?:confused::confused:
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
440 Views

What are you trying to do?

0 Kudos
Altera_Forum
Honored Contributor II
440 Views

the table a[j] receive the contents of the table mem_data[j] 

i'm not sure how to write it.
0 Kudos
Altera_Forum
Honored Contributor II
440 Views

How abouta = mem_data;

0 Kudos
Altera_Forum
Honored Contributor II
440 Views

think you, 

i want to implement the result in the fpga(altera),that's why i think to use "iord_altera_avalon_pio_data". 

have you any idea? 

0 Kudos
Altera_Forum
Honored Contributor II
440 Views

I want to display the contents of a matrix mem_data [i] [j] after a certain treatment using "IORD_ALTERA_AVALON_PIO_DATA" and "IOWR_ALTERA_AVALON_PIO_DATA". 

can you help me please? 

0 Kudos
Altera_Forum
Honored Contributor II
440 Views

IORD_ALTERA_AVALON_PIO_DATA is a macro to read data from a pio port. You don't need it to read the contents of a table.

0 Kudos
Reply