Ignore:
Timestamp:
Sep 12, 2014, 3:10:04 PM (10 years ago)
Author:
cfuguet
Message:

tsar_generic_leti: Using the new P_WIDTH constant from hard_config.h

  • This constant is used in the clusters to compute the procesor id which now is: (((x << Y_WIDTH) + y) << P_WIDTH) + lpid
  • Introducing the p_width constant in the arch.py files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_leti/tsar_leti_cluster/caba/source/include/tsar_leti_cluster.h

    r692 r803  
    166166                     size_t                             y_width,       // y field bits
    167167                     size_t                             l_width,       // l field bits
     168                     size_t                             p_width,       // p field bits
    168169                     size_t                             tgtid_memc,
    169170                     size_t                             tgtid_xicu,
Note: See TracChangeset for help on using the changeset viewer.