User guide
Table Of Contents
- Contents
- 1. About This MegaCore Function Suite
- Release Information
- Device Family Support
- Features
- Design Example
- Performance and Resource Utilization
- 2D FIR Filter
- 2D Median Filter
- Alpha Blending Mixer
- Avalon-ST Video Monitor
- Chroma Resampler
- Clipper
- Clocked Video Input
- Clocked Video Output
- Color Plane Sequencer
- Color Space Converter
- Control Synchronizer
- Deinterlacer
- Deinterlacer II
- Frame Buffer
- Gamma Corrector
- Interlacer
- Scaler
- Scaler II
- Switch
- Test Pattern Generator
- Trace System
- 2. Getting Started with Altera IP Cores
- 3. Interfaces
- Interface Types
- Avalon-ST Video Protocol
- Avalon-MM Slave Interfaces
- Avalon-MM Master Interfaces
- Buffering of Non-Image Data Packets in Memory
- 4. 2D FIR Filter MegaCore Function
- 5. 2D Median Filter MegaCore Function
- 6. Alpha Blending MegaCore Function
- 7. Avalon-ST Video Monitor MegaCore Function
- 8. Chroma Resampler MegaCore Function
- 9. Clipper MegaCore Function
- 10. Clocked Video Input MegaCore Function
- 11. Clocked Video Output MegaCore Function
- 12. Color Plane Sequencer MegaCore Function
- 13. Color Space Converter MegaCore Function
- 14. Control Synchronizer MegaCore Function
- 15. Deinterlacer MegaCore Function
- Core Overview
- Functional Description
- Parameter Settings
- Signals
- Control Register Maps
- 16. Deinterlacer II MegaCore Function
- 17. Frame Reader MegaCore Function
- 18. Frame Buffer MegaCore Function
- 19. Gamma Corrector MegaCore Function
- 20. Interlacer MegaCore Function
- 21. Scaler MegaCore Function
- 22. Scaler II MegaCore Function
- 23. Switch MegaCore Function
- 24. Test Pattern Generator MegaCore Function
- 25. Trace System MegaCore Function
- A. Avalon-ST Video Verification IP Suite
- B. Choosing the Correct Deinterlacer
- Additional Information

Chapter 2: Getting Started with Altera IP Cores 2–5
Generated Files
January 2013 Altera Corporation Video and Image Processing Suite
User Guide
1 For a description of the signals that the MegaCore function variation supports, refer to
the “Signals” section of the respective MegaCore Function chapter in this user guide.
Table 2–1. Generated Files
(1)
File Name Description
<variation name>.bsf
Quartus II block symbol file for the MegaCore function variation. You can use this file in the
Quartus II block diagram editor.
<variation name>.cmp
A VHDL component declaration file for the MegaCore function variation. Add the contents
of this file to any VHDL architecture that instantiates the MegaCore function.
<variation name>.qip
A single Quartus IP file is generated that contains all of the assignments and other
information required to process your MegaCore function variation in the Quartus II
compiler. In the SOPC Builder flow, this file is automatically included in your project. In the
MegaWizard
TM
Plug-In Manager flow, you are prompted to add the .qip file to the current
Quartus II project when you exit from the wizard. In SOPC Builder, a .qip file is generated
for each MegaCore function and SOPC Builder component. Each of these .qip files are
referenced by the system level .qip file and together include all the information required to
process the system.
<variation name>.vhd, or .v
A VHDL or Verilog HDL file that defines the top-level description of the custom MegaCore
function variation. Instantiate the entity defined by this file inside your design. Include this
file when compiling your design in the Quartus II software.
<variation name>.vho or .vo VHDL or Verilog HDL output files that defines an IP functional simulation model.
<variation name>_bb.v
A Verilog HDL black-box file for the MegaCore function variation. Use this file when using a
third-party EDA tool to synthesize your design.
<variation name>_syn.v A timing and resource estimation netlist for use in some third-party synthesis tools.
Note to Table 2–1:
(1) The <variation name> prefix is added automatically using the base output file name you specified in the parameter editor.