Guest
Hello,
Im looking for Generic Dual Clock FIFO Verilog code.
The I/Os are:
data - input data
wrreq - write request
rdreq - read request
rdclk - read clock
wrclk - write clock
aclr - asynchronous clear
q - output data
rdfull - full flag synchronized to rdclk
rdempty - empty flag synchronized to rdclk
rdusedw - used words synchronized to rdclk
wrfull - full flag synchronized to wrclk
wrempty - empty flag synchronized to wrclk
wrusedw - used words synchronized to wrclk
The dual port RAM inputs are registered.
Any help?
Thank you
Im looking for Generic Dual Clock FIFO Verilog code.
The I/Os are:
data - input data
wrreq - write request
rdreq - read request
rdclk - read clock
wrclk - write clock
aclr - asynchronous clear
q - output data
rdfull - full flag synchronized to rdclk
rdempty - empty flag synchronized to rdclk
rdusedw - used words synchronized to rdclk
wrfull - full flag synchronized to wrclk
wrempty - empty flag synchronized to wrclk
wrusedw - used words synchronized to wrclk
The dual port RAM inputs are registered.
Any help?
Thank you