Forum Discussion
Altera_Forum
Honored Contributor
13 years agoMulti-Rate Designs
Hi, I'm having a problem driving different blocks of my design with different clock rates. Suppose I want the following system: Input Signal (50 MSPS) --> CIC Filter (decimate by 25) --> F...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I cannot access the clk input to the FIR filter and force it to operate at a slower clock rate. The FIR seems to tied to the base clock and outputs at the fast rate. --- Quote End --- Why not reading the FIR compiler handbook? The FIR filter has sink_valid to command the input data rate. Simply wire it to CIC dout_valid. Operating the FIR filter with multiple clock cycles per sample offers the option to save resources by selecting a serial or multibit serial topolgy.