In reply to Design Engineer:
Populate your input queue and save a copy of it. Feed the contents of that queue into the FIFO and capture the output of the FIFO into another queue. Compare the output queue with the original queue. If they match your FIFO functionally works.