Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 441 Bytes

fmem

Tool to access FPGA memory on Stratix10.

This is needed to access FPGA memory from EL1 (kernel) as we are unable to access it from EL0 (userspace) properly.

You will need this device-driver.

Example usage:

root@stratix10:/home/br/fmem # ./fmem /dev/fmem0 0xe0 w 0x20457000
(readw)  0xe0 == 0x20050807
(writew) 0xe0 == 0x20457000