Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHPS Memory Mapping
Hello, I am trying to perform memory-mapped I/O with the HPS. I want to be able to write from a certain address in memory from the HPS, and have the FPGA interpret those values and take action ...
Altera_Forum
Honored Contributor
12 years agoTry to run *-HardwareLib-FPGA-* example in DS-5 debugger, LEDs will be blinking, observe to write/read operations and it adresses, and in parallel view GHRD sources in QSys.
You will be create (or get standard) and add in design component like gpio for LEDs with Avalon-MM interface, set offset to it properties or use auto-QSys mapping, and after compiling HPS may read/write registers on these offsets. FPGA may access to HPS DDR through AMBA-bridge, our designers write tests for count speed of read/write operations, it be slightly little in comparison with FPGA-DDR.