diff --git a/python/surf/devices/microchip/_Axi24LC64FT.py b/python/surf/devices/microchip/_Axi24LC64FT.py index 5d66a39306..61ae10f49c 100644 --- a/python/surf/devices/microchip/_Axi24LC64FT.py +++ b/python/surf/devices/microchip/_Axi24LC64FT.py @@ -31,10 +31,10 @@ def __init__(self, self.add(pr.RemoteVariable( name = "Mem", description = "Memory Array", - size = (4*nelms), + offset = 0x0000, numValues = nelms, valueBits = 32, valueStride = 32, bitSize = 32 * nelms, - # mode = "RO", + bulkOpEn = False, # FALSE for large variables, ))