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/linux_monocluster/desc.py

    r828 r836  
    2323                memc_cell_size_int = cell_size,
    2424                memc_cell_size_ext = 8,
    25                 dspin_out_width = dspin_cmd_flit_size,
    26                 dspin_in_width = dspin_rsp_flit_size,
     25                memc_dspin_out_width = dspin_cmd_flit_size,
     26                memc_dspin_in_width = dspin_rsp_flit_size,
    2727                ),
    2828            Uses('caba:dspin_local_crossbar',
Note: See TracChangeset for help on using the changeset viewer.