Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1175 Discussions

hello, how to read data in eclipse from a custom ip outputs?

rkaib
Beginner
688 Views
 
0 Kudos
3 Replies
Ahmed_H_Intel1
Employee
413 Views

Hi,

please check the system.h header file. How do you define the IP output? if isn't there, you must add the definition.

Regards,

 

0 Kudos
rkaib
Beginner
413 Views

can you please explain more or give an example?

0 Kudos
Ahmed_H_Intel1
Employee
413 Views

Hi,

In the platform Designer you defined your custom IP addresses, one of them for example is a control register and other is the IP memory. You should see these addresses in the system.h header file in Eclipse. You can simply point to these addresses and read/write.

Please let me know if you have any concern or need more support.

Regards,

 

0 Kudos
Reply