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_mono_mmu/top.desc

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