Changeset 89 for PROJECT_SMART_EEG/trunk/hw/sync_sys/video_codec
- Timestamp:
- Mar 3, 2014, 4:47:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PROJECT_SMART_EEG/trunk/hw/sync_sys/video_codec/video_codec.v
r84 r89 1 // video_codec.v 2 3 // This file was auto-generated as a prototype implementation of a module 4 // created in component editor. It ties off all outputs to ground and 5 // ignores all inputs. It needs to be edited to make it do something 6 // useful. 7 // 8 // This file will not be automatically regenerated. You should check it in 9 // to your version control system if you want to keep it. 1 /******************************************************************** 2 * COPYRIGHT LIP6 2014 3 *-----------------------------------------------------------------*/ 4 /** 5 * @file video_codec.v 6 * @brief Performs Video Compression and Downscaled raw video bypass 7 * 8 * This module receives the RAW video data from Frame Grabber via AvalonST sink. It performs Video Compression and Downscaled RAW video bypass (for live preview), 9 * it adds time-stamp to the video frames that is received via AvalonST sink from synchro module. It transmitts the RAW and Compressed Data to stream merger via AvalonST sources 10 * 11 * @author S. Z. Ahmed <syed-zahid.ahmed@lip6.fr> 12 * @author L. Lambert <laurent.lambert@lip6.fr> 13 * @date Fri. 28 Feb. 2014 14 * 15 * Revision History 16 * @version V1.0 Fri. 28 Feb. 2014 {Initial Arch.: Template file created with qsys gui} 17 * 18 *******************************************************************/ 10 19 11 20 `timescale 1 ps / 1 ps
Note: See TracChangeset
for help on using the changeset viewer.