Altera_Forum
Honored Contributor
15 years agoFIR, Dual clock FIFO and FIR integration synthesize doubts...
Hi, everyone,
I am using Quartus II 9.0 sp2. I am connecting two FIRs together, between which I have put a Dual-Clock FIFO because those two FIRs are operating in different clock domains. I used SOPC builder to connect them. I have tried to use different clocks for FIRs by changing the clock values inside SOPC builder. e.g. First, I used 50MHz for the first FIR and 100MHz for the second FIR; for the second time, I used 50MHz and 51MHz for the second FIR. Theoretically, the second case should cause much more complicated system than the first one as there will be much more state machines at their interfaces in order to prevent data loss and so on. However, to my surprise, after synthesizing these two designs, I have found that the NO. of registers, pins, memory bits used and the power consumption never changed. Why is it like this? Thank you very much grit