Forum Discussion
greenlantern01
Occasional Contributor
2 years agoFIFO Reset
Hello, I am currently using DE10 Standard FPGA along with DC2390 daughter card. Using DE10 Standard to capture the ADC data from the daughter card. After capturing this data the data is forwarded to...
tehjingy_Altera
Regular Contributor
2 years agoHi
The reset for the FIFO is a active low signal.
Did you toggle back the reset back to high?
Regards
Jingyang, Teh
- greenlantern012 years ago
Occasional Contributor
Hi,
Yes, I tried toggling it back as well. No use. After it is reset the FIFO doesn't accept any values and can only get 0 as the FIFO output.
Regards,
Ronald
- greenlantern012 years ago
Occasional Contributor
I tried sending reset signals to both the pins. When I try to reset the "reset_out" pin, my code hangs.
When I try to reset the reset_in, the FIFO resets but also doesn't accept any new values.
What to do?
Regards,
- greenlantern012 years ago
Occasional Contributor
Hi,
The FIFO reset is now finally working. I fixed the issue.
I was wondering if there was a way to increase the read speed of the FIFO? We are missing out on a lot of data that is being written but is never read.
Write Data:
Read Data:
Regards,