ufrisk/MemProcFS

Multiple FPGA devices are connected. How to determine which FPGA device to connect to?

Closed this issue · 1 comments

This is my current code:

Python Code
class Memory:

def __init__(self):
    self.vmm = memprocfs.Vmm(['-device', 'fpga'])
    self.pm = None

I saw the solution
#101