Quartus II Introduction Verilog Design Using Megafunction: Alex Yang Northwestern Polytechnic University Fremont CA
The document describes using a megafunction in Quartus II to implement a finite impulse response (FIR) filter using Verilog. It involves:
1) Writing the Verilog code for the FIR filter with registers to store input samples.
2) Creating a multiplier megafunction module.
3) Instantiating the multiplier module in the FIR filter design to perform the multiplication operations between input samples and filter coefficients.
Quartus II Introduction Verilog Design Using Megafunction: Alex Yang Northwestern Polytechnic University Fremont CA
The document describes using a megafunction in Quartus II to implement a finite impulse response (FIR) filter using Verilog. It involves:
1) Writing the Verilog code for the FIR filter with registers to store input samples.
2) Creating a multiplier megafunction module.
3) Instantiating the multiplier module in the FIR filter design to perform the multiplication operations between input samples and filter coefficients.