Changes between Version 13 and Version 14 of Component/Mips


Ignore:
Timestamp:
Jan 27, 2008, 12:47:06 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Mips with different endiannesses

Legend:

Unmodified
Added
Removed
Modified
  • Component/Mips

    v13 v14  
    1919   with the GPR![0] destination register, a cache line invalidation request is sent to the data cache.
    2020
     21It exists in Big-endian and Little-endian forms.
     22
    2123= Component definition =
    2224
    23 Available in source:trunk/soclib/desc/soclib/mips.sd
     25Available in source:trunk/soclib/desc/soclib/mipsel.sd and source:trunk/soclib/desc/soclib/mipseb.sd
    2426
    2527== Usage ==
     
    2729Mips has no parameters.
    2830{{{
    29 Uses( 'mips')
     31Uses( 'mipsel')
     32}}}
     33or
     34{{{
     35Uses( 'mipseb')
    3036}}}
    3137
     
    4248
    4349== Constructor parameters ==
     50
    4451{{{
    45 MipsIss(
     52MipsElIss(
    4653     sc_module_name name,   //  Instance Name
    4754     int  ident);   // processor id
     55}}}
     56or
     57{{{
     58MipsEbIss( name, ident);
    4859}}}
    4960