Forum Discussion
FIFO Reset
Hi
Glad that you managed to get the reset working.
What was the changes that you made to get it working?
The read and write are different because u have selected dual clock.
The read and write rate are separate from the clock input.
Could you check the clock for reading (rdclock) is the same as the write?
Or you could selecte single clock so that both read and write is the same speed.
Regards
Jingyang, Teh
- greenlantern012 years ago
Occasional Contributor
Added a PIO and a reset bridge to the design. The PIO is an output from the HPS and is connected to the reset bridge. The reset bridge is connected to the FIFO reset. So whenever I run the code, the FIFO resets.
I am giving the same clock to both rdclock and wrclock. They appear same on SignalTap as well.
If read and write rate are separate from clock input, what are they dependent on? Is the read rate dependent on how fast the C code is?
Update:
I tried running the FIFO in single clock mode. The results are the same.
Thank you & Regards