Changes between Version 15 and Version 16 of Component/Vci Multi Ram


Ignore:
Timestamp:
Feb 23, 2009, 11:34:44 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ram

    v15 v16  
    1313
    1414A !MultiRam will initialize its segments from a binary if an
    15 [wiki:Component/ElfLoader ElfLoader] is attached to it.
     15[wiki:Component/Loader Loader] is attached to it.
    1616
    1717== 2) Component definition & usage ==
     
    4444You may load a binary file, by creating a loader:
    4545{{{
    46 soclib::common::ElfLoader loader( "a.out" );
     46soclib::common::Loader loader( "a.out" );
    4747VciRam(
    4848     sc_module_name name,                     // Instance name
    4949     const soclib::common::IntTab &index,     //  Target index
    5050     const soclib::common::MappingTable &mt,  // Mapping Table
    51      soclib::common::ElfLoader &loader); // Loader
     51     soclib::common::Loader &loader); // Loader
    5252}}}
    5353On reset, any loadable segment in ELF file will be reloaded
     
    7373     const soclib::common::IntTab &index,     // Target index
    7474     const soclib::common::MappingTable &mt,  // Mapping Table
    75      soclib::common::ElfLoader &loader);      // Loader
     75     soclib::common::Loader &loader);      // Loader
    7676}}}
    7777