k5iogura / devmem

FPGA Memory Access Tools via Python and C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

under construction

devmem : FPGA Memory Access Tools via Python and C

via Python

  • devmem.py
    Using mmap module can read/write /dev/mem device.

via C

  • devmem2
$ devmem2
Usage:  devmem2 { address } [ type [ data ] ]
        address : memory address to act upon
        type    : access operation type : [b]yte, [h]alfword, [w]ord
        data    : data to be written

About

FPGA Memory Access Tools via Python and C


Languages

Language:Python 87.6%Language:C 11.2%Language:Shell 0.6%Language:Makefile 0.6%