Ignore:
Timestamp:
Oct 15, 2014, 11:41:49 AM (10 years ago)
Author:
meunier
Message:

Trunk:

  • Cosmetic in mem_cache_directory.h and xram_transaction.h
  • Renamed mem_cache param dspin_in_width and dspin_out_width to memc_dspin_in_width and memc_dspin_out_width (because of a bug in soclib-cc ?). Should have updated these names in the .sd or .py files of all platforms
  • Updated the scripts for tsar_generic_xbar to take into account the ideal write-through + added a graph in create_graphs.py
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/metadata/tsar_iob_cluster.sd

    r718 r836  
    3939
    4040        Uses('caba:vci_mem_cache',
    41               memc_cell_size_int = parameter.Reference('vci_data_width_int'),
    42               memc_cell_size_ext = parameter.Reference('vci_data_width_ext'),
    43               dspin_in_width     = parameter.Reference('dspin_int_rsp_width'),
    44               dspin_out_width    = parameter.Reference('dspin_int_cmd_width')),
     41              memc_cell_size_int   = parameter.Reference('vci_data_width_int'),
     42              memc_cell_size_ext   = parameter.Reference('vci_data_width_ext'),
     43              memc_dspin_in_width  = parameter.Reference('dspin_int_rsp_width'),
     44              memc_dspin_out_width = parameter.Reference('dspin_int_cmd_width')),
    4545
    4646        Uses('caba:vci_xicu',
Note: See TracChangeset for help on using the changeset viewer.