# Test 1-6 - Take data out of FIFO at maximum rate (FIFO tending to empty). 500*T # Test 7 - Take no data out of FIFO (FIFO will become full). 500*G # Test 8 - Take data out of FIFO at a slower rate than it is being put in (FIFO tending to full). 2*L,4*U,122*(R*S,T) # Test 9 - Take data out of FIFO at a faster rate than it is being put in (FIFO tending to empty). 0*L,1*U,267*(R*S,T) # Test 10 - Take no data out of FIFO (FIFO will become full). 500*G # Test 11 - Take all data out of FIFO (FIFO will become empty). 0*S,256*T 244*G # Test 12 - Take no data while FIFO is filling to 50% and then take data with random set-up times. 256*G 0*L,10*U,55000000*(R*S,T)