Help me design an asynchronous FIFO

Status
Not open for further replies.

Harinadhan

Newbie level 3
Joined
Apr 27, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
i want to design an asynchronous FIFO.........
please help me..
 

Re: asynchronous FIFO

Hi Harinadhan

Aync fifo depth calculation is very critical.
Depending on your clock difference between two domains you have to calculate the "slip" and then decide the frame size you need to store.

If totally async (read clk 5Mhz and write clk 7 Mhz), then u need to be a little careful. You need to chk at what time you need the data on the read side and stop writing until you generate empty flag.

Regards,
Srinivas
 

asynchronous FIFO

why not to use FIFO generate by your FPGA software???
 

asynchronous FIFO

If you will go for in-built async FIFOs within the FPGA then it will be better than looking out to design. Just use megawizard for Altera devices (I dn't hving idea about xilinx) which you can find in Quartus software.

You can built your FIFO as per your requirement. Just open megawizard and choose a FIFO.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…