Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe rdclk is there as well, it is much slower frequency and it is not visible on the simulation fragment.
The fifo component works in the TX part of the uart circuit. The wrclk is the CPU clock, very fast compared to the rxclk, which is the baud clock. Whole CPU write cycle happens between edges of the baud clock (rdclk). Is there any restrictions on frequency difference between these two clocks? Also, what is strange, I got the sample waveforms from this component and they not look good: http://s820.photobucket.com/albums/zz128/pszemol_alt/?action=view¤t=uart_lpm_fifo_tx3_wave0.jpg This is 4 words fifo and the wrfull goes already high after 3rd wrclk edge during write sequence... This sample waveform is wrong or I am missing something? What is going on?