Skip to content

CTSRD-CHERI/fmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool to access FPGA memory on Stratix10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published