Forum Discussion
NAnhT
New Contributor
2 years agoI have found the solution,
Weirdly, the clock output from the lower module which provides the clock for the FFT must be output reg. If I use the register in the module and then assign the output with the register, it will not work.
In my case the lower module is an ADC controller, it sample the analog signal and send it to the FFT block, the ADC and FFT using the same clock and I have to set this clock to output reg.
I hope that anyone encounter the same problem find this helpful