/FIR-examples

Created to remember VHDL

Primary LanguageVHDL

direct_form.vhdl

Simplest FIR possible. Test with tb_no_reset.vhdl

inverse_form_simple.vhdl

Inverse FIR calculation, nothing more. Test with tb_no_reset.vhdl

inverse_form_v1.vhdl

Added reset and parametirazion. Test with tb_reset.vhdl