Ignore:
Timestamp:
Dec 11, 2013, 6:08:30 PM (10 years ago)
Author:
cfuguet
Message:

Improvement in vci_mem_cache component:

  • No need to pass x_self and y_self constructor parameters. They are computed from the most significant bits of one of the memory segments mapped to this component.
  • Erasing these two parameters from the vci_mem_cache constructor in all TSAR platforms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r597 r599  
    171171                     IntTab(cluster_id, memc_ram_srcid), // SRCID RAM network
    172172                     IntTab(cluster_id, memc_int_tgtid), // TGTID INT network
    173                      x_id,                               // X self coordinate
    174                      y_id,                               // Y self coordinate
    175173                     x_width,                            // number of bits for x coordinate
    176174                     y_width,                            // number of bits for y coordinate
Note: See TracChangeset for help on using the changeset viewer.