EmbDev.net

Forum: FPGA, VHDL & Verilog fifo, ethernet

Author: Andrew Werner (andrewwerner1)
Posted on:

Hi

I am doing a project with a fifo in VHDL. Specifically I am trying to
send 1024 bytes of data at a time through the fifo (and over ethernet).
My input data width is 32 bits and my output data width is 8 bits. When
hardwaring my write enable signal to a constant high and controlling
when the fifo reads out data (when it has 1024 bytes of data), it seems
to work fine. However, I am trying to use a square wave for the write
enable signal and when I do this, the fifo outputs data for a short
period of time and then stops. When trying to debug this problem I
looked at the prog_full flag, write enable flag, empty flag, write
acknowledge flag, and the write data count.

The result is that it seems the write data count stays at a constant
value of 14 ("00000001110"). the write acknowledge signal is low which
indicates the write command was unsuccessful.  However the write enable
signal is a square wave as expected. Does anyone know whats going on?
Thanks in Advance. Andy
Author: Na sowas (Guest)
Posted on:

> with a fifo in VHDL
What architecture/toolchain?
Is this behaviour in simulation or in real hardware?
Wheres the fifo from? Self written or a fifo core?
Author: Andrew Werner (andrewwerner1)
Posted on:

It is a Xilinx board with a Virtex 5 FPGA

This behavior is in real hardware

the fifo is a fifo core (known as Fifo Generator by a company known as
LogiCORE)

Reply

Entering an e-mail address is optional. If you want to receive reply notifications by e-mail, please log in.

Rules — please read before posting

  • Post long source code as attachment, not in the text
  • Posting advertisements is forbidden.

Formatting options

  • [c]C code[/c]
  • [avrasm]AVR assembler code[/avrasm]
  • [vhdl]VHDL code[/vhdl]
  • [code]code in other languages, ASCII drawings[/code]
  • [math]formula (LaTeX syntax)[/math]




Note: the original post is older than 6 months. Please don't ask any new questions in this thread, but start a new one.


webmaster@embdev.netContactAdvertising on EmbDev.net