pylab_ml.common.memorytest

Created on Fri Aug 8 15:18:15 2025

This script is for memory testing, it defines a class MER to hold the operations for the memory test and a class Memory_test to perform the memory test based on the operations defined in the MER. The Memory_test class includes methods to run different algorithms for memory testing and to read/write memory using provided functions.

@author: Zlin526F

Classes

MER(log_error)

March Element Register, holds the operations for the memory test.

Memory_test(parent, bitwidth, start, end, ...)

Memory test class, performs memory testing based on the operations defined in the MER.