Altera_Forum
Honored Contributor
15 years agoFIR filter with non-muxed channels
Hello all,
I am new to filter design, so please forgive any stupid questions. I am using Quartus II 9.1 and FIR compiler 9.1 to design a low-pass filter. Everything works fine until I try to build a 2-channel filter whith no data muxing. I would like to have what I think is described in the "FIR Compiler II MegaCore Function User Guide" as "Multi-channel on a multi-wire". Here is the physical setup: - Two 8-bit ADCs, an FIR filter with 2 channels, one set of 37 coefficients, and 2x8bit data fed into on every clk. I have used following parameters: - Single Rate - Number of input channels: 2 - Structure: "Distributed Arithmetic: Fully Parallel Filter" - Coeffs: Auto-scaling, 8-bit - Pipeline level: 1 - Data and Coeff storage: Auto - Output: full resolution (18-bit) I cannot find anything to tell the compiler I want unmuxed data, and whetever I do it always generates an 8-bit in-port and an 18-bit out-port and bloody xxx_sop and xxx_eop signals to synchronise the muxing. Thank you for your help, Alex