Changes between Version 13 and Version 14 of Component/Vci Multi Ram
- Timestamp:
- Feb 9, 2008, 6:10:47 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ram
v13 v14 15 15 [wiki:Component/ElfLoader ElfLoader] is attached to it. 16 16 17 == 2) DSXComponent definition & usage ==17 == 2) Component definition & usage == 18 18 19 19 source:trunk/soclib/soclib/module/internal_component/vci_ram/caba/metadata/vci_ram.sd … … 45 45 {{{ 46 46 soclib::common::ElfLoader loader( "a.out" ); 47 Vci MultiRam(47 VciRam( 48 48 sc_module_name name, // Instance name 49 49 const soclib::common::IntTab &index, // Target index … … 60 60 61 61 62 == 4) TLM-T Implementation 62 == 4) TLM-T Implementation == 63 63 64 64 === TLM-T sources ===