Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top