Changes between Version 5 and Version 6 of Component/Mapping Table/Tables Creation


Ignore:
Timestamp:
Jan 26, 2010, 11:42:42 AM (14 years ago)
Author:
Nicolas Pouillon
Comment:

avoid trac links

Legend:

Unmodified
Added
Removed
Modified
  • Component/Mapping Table/Tables Creation

    v5 v6  
    9898In the above example, locality table creation for local interconnect 0 would be:
    9999
    100 || Name  ||  Address    || Address[31:24] || Target cluster ||
     100|| Name  ||  Address    || Address![31:24]|| Target cluster ||
    101101|| seg0  ||  0x12000000 || 0x12           || 0 (local)      ||
    102102|| seg1  ||  0x12100000 || 0x12           || 0 (local)      ||
     
    107107So the locality table would be:
    108108
    109 || Address[31:24] || Is Local ||
     109|| Address![31:24]|| Is Local ||
    110110|| 0x00 .. 0x11   || Unknown  ||
    111111|| 0x12           || True     ||