Hello,
I need to design a logic to generates data bits on a data rate of 19.2Kbps, for this purpose I need to generate a clock of 19.2Khz to pick one bit at each positive edge, In HDL Reference design I am using Zynq 100Mhz clock to generate a slower clock but since 19.2K is not a multiple of 100Mhz so there comes some synchronization issues. I tried to use Sample clock of 61440000 since its a multiple of 19.2K but it is not a stable clock and I get irregular number of samples when I check it on ILA. Please suggest which source clock is stable to be used.
Regards