I have designed a multi rate fir filter in MATLAB and I want to implement it in verilog.This is the block diagram. 
Total number of taps are 391. Is there any way to automatically generate verilog code? MATLAB hdl coder is giving a lot of errors.
Also, My input sampling rate is 44.1 kHz and output sampling rate is 48 kHz. Signal passband and stopband are 1kHz and 1.1kHz. So what should be the clock frequency of G(z),I(z), K(z) and P(z) (I,K,P(z) are the anti imaging filter). please help!