File | Description |
---|
myfilter.vhd | A MegaCore® function variation file, which defines a VHDL top-level description of the custom MegaCore function. Instantiate the entity defined by this file inside of your design. Include this file when compiling your design in the Quartus II software. |
myfilter.cmp | A VHDL component declaration for the MegaCore function variation. Add the contents of this file to any VHDL architecture that instantiates the MegaCore function. |
myfilter.bsf | Quartus® II symbol file for the MegaCore function variation. You can use this file in the Quartus II block diagram editor. |
myfilter_ast.vhd | The wrapper file for Avalon Streaming Interface. |
myfilter_constraints.tcl | Constraints setting file for Quartus II synthesis. This file contains the necessary constraints to achieve FIR Filter size and speed. |
myfilter_nativelink.tcl | A Tcl script that can be used to assign NativeLink simulation testbench settings to the Quartus II project. |
myfilter_mlab.m | A MATLAB M-File. This file provides the kernel of the MATLAB simulation model for the customized FIR Variant. |
myfilter_model.m | A MATLAB M-File. This file provides a MATLAB simulation model for the customized FIR Variant. IT makes use of the _mlab.m file. |
myfilter.vec | Quartus II Vector file. This file provides simulation test vectors to be used simulating the customized FIR Variant with the Quartus II software. |
tb_myfilter.vhd | A VHDL file. This file provides a VHDL testbench for the customized FIR Variant. |
myfilter_msim.tcl | A Tcl file. This file provides a Tcl script to simulate the HDL testbench together with the simulation model of customized FIR Variant. |
myfilter_input.txt | A text file. This file provides simulation data for the MATLAB model and the simulation testbench. |
myfilter_coef_int.txt | A text file. This file provides coefficient input file for MATLAB testbench. |
myfilter_param.txt | A text file. This file record all output parameters for customized FIR variant. |
myfilter_silent_param.txt | A text file. This file record all input parameters for customized FIR variant. |
myfilter.vho | VHDL IP functional simulation model |
myfilter.qip | Contains Quartus II project information for your MegaCore function variation. |
myfilter.html | The MegaCore function report file. |