Changes between Version 4 and Version 5 of Component/Vci Frame Buffer


Ignore:
Timestamp:
Aug 30, 2010, 5:54:20 PM (14 years ago)
Author:
alinev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Frame Buffer

    v4 v5  
    4444== 4) TLM-DT implementation ==
    4545
    46 Not available yet.
     46=== TLM-DT sources ===
    4747
    48 === TLM-DT sources ===
     48 * interface : source:trunk/soclib/soclib/module/connectivity_component/vci_framebuffer/tlmdt/source/include/vci_framebuffer.h
     49 * implementation : source:trunk/soclib/soclib/module/connectivity_component/vci_framebuffer/tlmdt/source/src/vci_framebuffer.cpp
    4950
    5051=== TLM-DT Constructor parameters ===
    5152
     53{{{
     54VciFrameBuffer(
     55     sc_module_name name,   // Instance name
     56     const soclib::common::IntTab &index,   //  Target index
     57     const soclib::common::MappingTable &mt,   // Mapping Table
     58     unsigned long width,   // number of pixel per line
     59     unsigned long heigth,   // number of lines
     60     int subsampling);   // optional argument : default value 420 corresponds to YUV420
     61}}}
     62
    5263=== TLM-DT Ports ===
    5364
     65 * '''p_vci''' : The VCI target port
     66