Changes between Version 12 and Version 13 of Component/Vci Multi Ram


Ignore:
Timestamp:
Feb 9, 2008, 6:06:42 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ram

    v12 v13  
    33= !VciRam =
    44
    5 == Functional Description ==
     5== 1) Functional Description ==
    66
    77This VCI target is an embedded SRAM controller. This hardware component handles
     
    1515[wiki:Component/ElfLoader ElfLoader] is attached to it.
    1616
    17 == Component definition ==
     17== 2) DSX Component definition & usage ==
    1818
    1919source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/metadata/vci_ram.sd
    20 
    21 == Usage ==
    2220
    2321See [wiki:SoclibCc/VciParameters SoclibCc/VciParameters]
     
    2624}}}
    2725
    28 == CABA Implementation ==
     26== 3) CABA Implementation ==
    2927 
     28=== CABA sources ===
     29
    3030 * interface : source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/source/include/vci_ram.h
    3131 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/source/src/vci_ram.cpp
    3232
    33 == TLM-T Implementation
    34 
    35 == Constructor parameters ==
     33=== CABA Constructor parameters ===
    3634
    3735 * Uninitialized !VciRam
     
    5553On reset, any loadable segment in ELF file will be reloaded
    5654.
    57 == Ports ==
     55=== CABA Ports ===
    5856
    5957 * sc_in<bool> '''p_resetn''' : hardware reset
    6058 * sc_in<bool> '''p_clk''' :  clock
    6159 * soclib::common::!VciTarget<vci_param> '''p_vci''' : The VCI port
     60
     61
     62== 4)  TLM-T Implementation
     63
     64=== TLM-T sources ===
     65
     66 * interface : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlmt/source/include/vci_ram.h
     67 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_ram/tlmt/source/src/vci_ram.cpp
     68