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

tsar_generic_iob: 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 and non_distributed_arch.py files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/include/tsar_iob_cluster.h

    r739 r802  
    201201                    size_t                             y_width,       // y field  bits
    202202                    size_t                             l_width,       // l field  bits
     203                    size_t                             p_width,       // p field  bits
    203204
    204205                    size_t                             int_memc_tgt_id,
Note: See TracChangeset for help on using the changeset viewer.