Ignore:
Timestamp:
Mar 3, 2014, 4:47:59 PM (11 years ago)
Author:
szahmed
Message:

Added Headline comments for Verilog files explaining their brief properties, version number etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PROJECT_SMART_EEG/trunk/hw/sync_sys/stream_merger/stream_merger.v

    r84 r89  
    1 // stream_merger.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    stream_merger.v
     6 * @brief   Receives time-stamped {Downscaled RAW Video, Compressed Video, Raw EXG, Compressed EXG, Compressed Audio)
     7 *          and sends them to tramission Card (exptected to be via HSMC)
     8 *
     9 * This module receives three components of SmartEEG data.
     10 * 1- Time-stamped downscaled RAW (for live privew) and Compressed Video from the Video coder via AvalonST sinks.
     11 * 2- Time stamped compressed Audio via AvalonST sink
     12 * 3- Time stamped RAW and Compressed EXG data via AvalonST sinks
     13 * It transmits these data channels to transmitter card (ARM-based CycloneV FPGA SocKit board connected via HSMC)
     14 *
     15 * @author  S. Z. Ahmed         <syed-zahid.ahmed@lip6.fr>
     16 * @author  L. Lambert          <laurent.lambert@lip6.fr>
     17 * @date    Fri. 28 Feb. 2014
     18 *
     19 * Revision History
     20 * @version  V1.0  Fri. 28 Feb. 2014 {Initial Arch.: Template file created with qsys gui}
     21 *
     22 *******************************************************************/
    1023
    1124`timescale 1 ps / 1 ps
Note: See TracChangeset for help on using the changeset viewer.