Friday 9 September 2016

Corner Cases to Verify Synchronous FIFO


I'm trying to figure out the corner cases for verifying a synchronous FIFO during hardware verification.


My setup is a very simple two ports synchronous FIFO (write/read) and the write clk frequency is same as read clk frequency.


In order to test whether the FIFO overflow occurs or not, can somebody help me identify those corner cases so that we can completely verify this simple synchronous FIFO?


synchronous FIFO Spec




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...