Altera_Forum
Honored Contributor
16 years agoClock-Error --> Two ports have different clocks, where they should have the same
Hi People,
I make a filterbank with 32 IIR-bandpassfilter --> 32x16 coefficient. the application is a mp3-encoder/decoder in dsp-builder. I have resolt my schematic with LUT for reduce multiplier. The audio-signal is sampled with 48kHz and the load of coeff in multiplier from LUT with 48kHz x 32 = 1.536MHz. I use Base clock (48kHz) and a derivate clock with 1/32 dimension --> 48kHz / (1/32) = 1.536MHz. But I d'ont can simulate, I have the following errormessage: ********* Error reported by S-function 'sGeneric' in audio_path.mdl Two ports have different clocks clock_1.536MHz and clock_48kHz, where they should have the same ********* the ports are the input on adder and multiplier, I must entry with the same clock in a arithmetic block? Thanks and best regards.