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

7–2 Chapter 7: Avalon-ST Video Monitor MegaCore Function
Functional Description
Video and Image Processing Suite January 2013 Altera Corporation
User Guide
1 The System Console uses the sopcinfo file written by Qsys to discover the connections
between the trace system and the monitors. If you instantiate and manually connect
the trace system and the monitors using HDL, the System Console will not detect
them.
f For more information on the Trace System, refer to Chapter 25, Trace System
MegaCore Function.
Packet Visualization
The System Console contains a tabular view for displaying the information the
monitors send out. Selecting a row in the trace table allows you to inspect a video
packet in more detail. The following detailed information is available for a packet:
■ Statistics—Data flow statistics such as backpressure. Refer to Table 7–1 for more
information on the available statistics.
■ Data—The sampled values for up to first 6 beats on the Avalon-ST data bus.
[n]
is
the nth beat on the bus.
■ Video control—Information about Avalon-ST video control packet.
■ Video data—Packet size, the number of beats of the packet.
Table 7–1 lists the description of the available statistics.
Table 7–1. Statistics
Statistic Description
Data transfer cycles (beats) The number of cycles transferring data.
Not ready and valid cycles
(backpressure)
The number of cycles between start of packet and end of packet
during which the sink is not ready to receive data but the source
has data to send.
Ready and not valid cycles
(sink waiting)
The number of cycles between start of packet and end of packet
during which the sink is ready to receive data but the source has
no data to send.
Not ready and not valid cycles
The number of cycles between start of packet and end of packet
during which the sink is not ready to receive data and the source
has no data to send.
Inter packet valid cycles
(backpressure)
The number of cycles before start of packet during which the sink
is not ready to receive data but the source has data to send.
Inter packet ready cycles
The number of cycles before start of packet during which the sink
is ready to receive data but the source has no data to send.