Skip to content

Commit

Permalink
Merge pull request #1104 from slaclab/24lc64-fix
Browse files Browse the repository at this point in the history
Fix 24LC64FT for rogue v6 compatibility
  • Loading branch information
bengineerd authored Sep 1, 2023
2 parents 8378c98 + b8f6910 commit 4fd3767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/surf/devices/microchip/_Axi24LC64FT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
))

0 comments on commit 4fd3767

Please sign in to comment.