fix (hopefully) last deprecated API call, thanks again Joe :)

This commit is contained in:
Fischer Moseley 2023-08-16 08:19:17 -07:00
parent f5ef2bbb49
commit c1ae6b5339
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class LogicAnalyzerCore:
# Read out contents from memory
print(" -> Reading sample memory contents...")
addrs = list(range(self.block_memory_base_addr, self.max_addr))
block_mem_contents = self.interface.reads(addrs)
block_mem_contents = self.interface.read(addrs)
# Revolve BRAM contents around so the data pointed to by the read_pointer
# is at the beginning