FPGA registers access from Linux userspace on APF6 SP

From ArmadeusWiki
Revision as of 10:33, 9 October 2025 by KevinJ (talk | contribs) (Created page with "Category:FPGA Category: APF6_SP == Introduction == For '''APF6_SP''' registers access are done with PCIe == PCIe == On APF6_SP FPGA memory is accessed with PCIe, to read/write on FPGA space an example is available with pci_debug. === Pci_debug === See pci_debug page to know how to access PCIe address space with a command line tool.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Introduction

For APF6_SP registers access are done with PCIe

PCIe

On APF6_SP FPGA memory is accessed with PCIe, to read/write on FPGA space an example is available with pci_debug.

Pci_debug

See pci_debug page to know how to access PCIe address space with a command line tool.