Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPer FvM's comment:
--- Quote Start --- As an additional comment, all required rounding/truncation/saturation operation are handled in the IEEE fixed point package. --- Quote End --- There's an example zip file (vhdl_fixed_pkg_example.zip) in this thread: http://www.alteraforum.com/forum/showthread.php?t=37555&page=6 --- Quote Start --- A convenient way to implement FIR filters that take advantage of the FPGA hardware is to use the Altera FIR compiler. --- Quote End --- This is also a good point. The FIR filter example in the zip example I created to match the example delivered with the BeMicro-SDK, but with more flexibility. Altera's FIR tool will generate a more optimal FIR given that 'optimal' depends on the technology. The slides linked above have more comments (and images) on this. Cheers, Dave