How to generate HDL serial filter architecture form Digital Down-Converter example

2 views (last 30 days)
Hi
I need to design decimation flter in VHDL so i choose this example of digital down converter.
However parallel architecture of filter in HDL generator after synthesis takes 17k LE in FPGA . In my FPGA i have only 8k LE and 48 multipliers . My question is how to generate serial or partialy serial filter in HDL Generator.
After all steps of the tutorial I tried to use filterDesigner and import my filter from Workspace (and then change properties of HDL generation to serial) but the imported filter looks diffrent form what I designed.
(on the right my CIC-FIR-FIR filter, and on the left imported filter to filterDesigner
Second question. Im confused about clocking frequency of the whole filter block.
In my FPGA board Input signal to the ADC is square 1Khz. Sample rate from ADC is 1MSps(1MHz). Then there is multiplier with sine and cosine 1khz (so the product is desired DC and 2Khz,4khz ,8khz etc unwanted harmonics) . Then there is CIC with Decimation factor 1000, so second stage FIR is 10KHz sampling and 2 decimation factor, then third stage have 5kHz sample rate and also 2 decimation factor (like in GSM DDC example).
What shoud be the value of the clock source (clk) or mayby all three stages should be clocked from three drifferent clocks? Or with HDL parallel filter architecture clock for filters should be the same as ADC sample rate (1MHZ) ?
Best Regards
Marcin

Answers (3)

Bharath Venkataraman
Bharath Venkataraman on 18 Mar 2019
You can take each of the filters through the process of HDL code generation to control how many resources to use. To do so, run fdhdltool(<filter object>) and a UI will pop up that allows you to make tradeoffs.

Marcin Fisior
Marcin Fisior on 19 Mar 2019
Thanks for the replay
Unfortunately i have this option greyed out. Any thoughts? hdlcic.png

Bharath Venkataraman
Bharath Venkataraman on 19 Mar 2019
It does not apply to the CIC, please try it for the FIR Filter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!