Changes between Version 12 and Version 13 of Component/Vci Multi Ram
- Timestamp:
- Feb 9, 2008, 6:06:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ram
v12 v13 3 3 = !VciRam = 4 4 5 == Functional Description ==5 == 1) Functional Description == 6 6 7 7 This VCI target is an embedded SRAM controller. This hardware component handles … … 15 15 [wiki:Component/ElfLoader ElfLoader] is attached to it. 16 16 17 == Component definition==17 == 2) DSX Component definition & usage == 18 18 19 19 source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/metadata/vci_ram.sd 20 21 == Usage ==22 20 23 21 See [wiki:SoclibCc/VciParameters SoclibCc/VciParameters] … … 26 24 }}} 27 25 28 == CABA Implementation ==26 == 3) CABA Implementation == 29 27 28 === CABA sources === 29 30 30 * interface : source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/source/include/vci_ram.h 31 31 * implementation : source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/source/src/vci_ram.cpp 32 32 33 == TLM-T Implementation 34 35 == Constructor parameters == 33 === CABA Constructor parameters === 36 34 37 35 * Uninitialized !VciRam … … 55 53 On reset, any loadable segment in ELF file will be reloaded 56 54 . 57 == Ports==55 === CABA Ports === 58 56 59 57 * sc_in<bool> '''p_resetn''' : hardware reset 60 58 * sc_in<bool> '''p_clk''' : clock 61 59 * 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