File | Description |
---|
myFIR.v | A MegaCore® function variation file, which defines a Verilog HDL 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. |
myFIR_inst.v | Verilog HDL sample instantiation file |
myFIR.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. |
myFIR.inc | An AHDL include declaration file for the MegaCore function variation. Include this file with any AHDL architecture that instantiates the MegaCore function. |
myFIR_bb.v | Verilog HDL black-box file for the MegaCore function variation. Use this file when using a third-party EDA tool to synthesize your design. |
myFIR.bsf | Quartus® II symbol file for the MegaCore function variation. You can use this file in the Quartus II block diagram editor. |
myFIR_st.v | Generated FIR Filter Netlist. This file is required for Quartus II synthesis. It will be added to your current Quartus II project. |
myFIR_st_wr.v | Generated FIR Filter Netlist. This file is required for Quartus II synthesis. It will be added to your current Quartus II project. |
myFIR_constraints.tcl | Constraints setting file for Quartus II synthesis. This file contains the necessary constraints to achieve FIR Filter size and speed. |
myFIR_mlab.m | A MATLAB M-File. This file provides a MATLAB simulation model for the customized FIR Variant. |
myFIR_tb.m | A MATLAB M-File. This file is provides a MATLAB testbench for the customized FIR Variant. |
myFIR.vec | Quartus II Vector file. This file provides simulation test vectors to be used simulating the customized FIR Variant with the Quartus II software. |
myFIR.html | The MegaCore function report file. |