Changes between Version 4 and Version 5 of Component/Vci Frame Buffer
- Timestamp:
- Aug 30, 2010, 5:54:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Frame Buffer
v4 v5 44 44 == 4) TLM-DT implementation == 45 45 46 Not available yet. 46 === TLM-DT sources === 47 47 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 49 50 50 51 === TLM-DT Constructor parameters === 51 52 53 {{{ 54 VciFrameBuffer( 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 52 63 === TLM-DT Ports === 53 64 65 * '''p_vci''' : The VCI target port 66