I need the simplest method of using two 6534 cards for a memory (UUT) test. I want to write (byte-wide) a pattern into the memory, then read it back and verify it matches the value written. Things that change are: Address inputs (increment by 1 for each read/write) with the control signals (card 1) and data values read (card two). If I detect a mis-match, the test stops, I read the location one more time and verify it's really incorrect, the correct value is written back into the same location just read, a counter is incremented to keep track of the total errors detected and the test (memory read/verify) is resumed. Each time through the memory another counter is incremented to track the n
umber of passes through the memory read test