| | 1 | [wiki:Component SocLib Components General Index] |
| | 2 | |
| | 3 | = !VciFrameBuffer = |
| | 4 | |
| | 5 | == 1) Functional Description == |
| | 6 | |
| | 7 | This VCI target can be used to display RVB or YUV images. |
| | 8 | |
| | 9 | == 2) Component definition & usage == |
| | 10 | |
| | 11 | source:trunk/soclib/soclib/module/connectivity_component/vci_framebuffer/caba/metadata/vci_framebuffer.sd |
| | 12 | |
| | 13 | {{{ |
| | 14 | Uses( 'vci_framebuffer' ) |
| | 15 | }}} |
| | 16 | |
| | 17 | == 3) CABA Implementation == |
| | 18 | |
| | 19 | === CABA sources === |
| | 20 | |
| | 21 | * interface : source:trunk/soclib/soclib/module/connectivity_component/vci_framebuffer/caba/source/include/vci_framebuffer.h |
| | 22 | * implementation : source:trunk/soclib/soclib/module/connectivity_component/vci_framebuffer/caba/source/src/vci_framebuffer.cpp |
| | 23 | |
| | 24 | === CABA Constructor parameters === |
| | 25 | {{{ |
| | 26 | VciFrameBuffer( |
| | 27 | sc_module_name name, // Instance name |
| | 28 | const soclib::common::IntTab &index, // Target index |
| | 29 | const soclib::common::MappingTable &mt, // Mapping Table |
| | 30 | unsigned long width, // number of pixel per line |
| | 31 | unsigned long heigth, // number of lines |
| | 32 | int subsampling); // optional argument : default value is YUV420 |
| | 33 | }}} |
| | 34 | |
| | 35 | === CABA Ports === |
| | 36 | |
| | 37 | * '''p_resetn''' : Global system reset |
| | 38 | * '''p_clk''' : Global system clock |
| | 39 | * '''p_vci''' : The VCI target port |
| | 40 | |
| | 41 | == 4) TLM-DT implementation == |
| | 42 | |
| | 43 | Not available yet. |
| | 44 | |
| | 45 | === TLM-DT sources === |
| | 46 | |
| | 47 | === TLM-DT Constructor parameters === |
| | 48 | |
| | 49 | === TLM-DT Ports === |
| | 50 | |