Closed this issue 2 months ago · 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