Question on FIFO

A

Amit

Guest
Hello group,

Does anybody know what a single port FIFO is? I need to implement a
VHDL code for this matter but I must understand what it is first.
Either link or any online source.


Your help is appreciated
Amit
 
Amit wrote:

Does anybody know what a single port FIFO is?
That would be a FINO
First In, Never Out :)

I need to implement a
VHDL code for this matter but I must understand what it is first.
That's a good plan.
Ask the prof.
Maybe he means a bidirectional port.

-- Mike Treseler
 
That would be a FINO
First In, Never Out :)
I don't have VHDL code for a FINO, but here's a datasheet:
http://academics.vmi.edu/ee_js/Research/IC_Datasheets/digital_cmos/Write%20Only%20Memory.pdf

Maybe the homework problem has to do with making a FIFO out of single-
port memory?
 
Amit wrote:

Hello group,

Does anybody know what a single port FIFO is?
Never heard of it. I would guess it is a FIFO with a combined read/write
port. An input such as RWN (Read/write-not) should control the direction of
the port.

A least you don't have to worry about clock domain crossings, as there can
only be one clock with a combined read/write port.

--
Paul Uiterlinden
www.aimvalley.nl
e-mail addres: remove the not.
 

Welcome to EDABoard.com

Sponsor

Back
Top