FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6673 Discussions

Why does the Avalon-ST dual-clock FIFO not transmit the data at the output?

AFrei11
Beginner
980 Views

I'm quiet new to FPGA programming and I'm trying to implement the Avalon-ST dual-clock FIFO in my application. As you can see in the picture the FIFO accepts Input Data until the FIFO depth of 16 is reached. The Output on the other hand doesn't send the Data out as you can see by the valid signal not changing.

Has anyone ever dealt with such a problem?

 

Regards

0 Kudos
2 Replies
sstrell
Honored Contributor III
912 Views

It looks like out_reset_n is being held low, which would be holding the output in reset.

 

#iwork4intel

0 Kudos
AFrei11
Beginner
912 Views

Thank you very much for your answer

I have not connected the two resets to the same source.

Now the FIFO is working.

Thank you for your help

0 Kudos
Reply