Forum Discussion
1 Reply
- FawazJ_Altera
Frequent Contributor
Hello,
Are you trying to access a register from HPS?
You can access any register in HPS by FPGA master through f2h bridge.
If you are trying to access a memory location, say for example your HPS will write a data to memory location, you can access this location by FPGA master through f2sdram bridge.
Thanks