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.

What to consider when designing a asynchronous FIFO?

Status
Not open for further replies.

pintuinvlsi

Member level 3
Joined
Jul 13, 2007
Messages
61
Helped
19
Reputation
38
Reaction score
10
Trophy points
1,288
Activity points
1,631
Hi,
Can anybody tell me what are the factors i have to consider while designing a async FIFO?
Again While desinging fifo why we code write and read pointer in gray code not as a simple counter??

Thanks,
pintuinvlsi
 

Asyc Fifo design

IN Async FIFO u need to focus more on metastalbility.We use gray code because in case of gray code only one bit will change when pointer increase which help to synchronise the two clock domain (write and read clock).
For more information search one google u ll get good material on it.
 

Re: Asyc Fifo design

Can anyone provide an equation to calulate the depth of async fifo?
 

Re: Asyc Fifo design

bharat_in said:
Can anyone provide an equation to calulate the depth of async fifo?
 

Asyc Fifo design

SNUG has two papers about the async fifo which are sytle1 and sytle2
but when u read sytle2, be careful about the asyschronous reset&set signal for empty&full, i think there are some problems, which are glitches.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top