ASIC_intl
Banned
Question: Data is coming out from Design A which runs at a clock speed of 10 MHz A at a rate of 10 MHZ. This data is needed to be send to Design B which runs at clock rate of 5MHz.
What is the scheme to tranfer this data safely from one clock domain clock rate of 10MHz to the other clock domain which has clock rate of 5MHz ? The clocks of both the domains are independent.
Can we go through a mechanism of using a FIFO? If yes, how to calculate the depth of the FIFO in this case? What will be the implementation of the logic that will be associated to tranfer the data from one clock domain to anothe clock domain?
What is the scheme to tranfer this data safely from one clock domain clock rate of 10MHz to the other clock domain which has clock rate of 5MHz ? The clocks of both the domains are independent.
Can we go through a mechanism of using a FIFO? If yes, how to calculate the depth of the FIFO in this case? What will be the implementation of the logic that will be associated to tranfer the data from one clock domain to anothe clock domain?