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_xbar/soclib.conf

    r779 r836  
    11
    22# DescPath modified by a script
     3
     4
     5
     6config.default = config.mysystemcass
    37
    48config.addDescPath("/users/cao/meunier/src/tsar/lib/generic_llsc_global_table")
     
    913config.addDescPath("/users/cao/meunier/src/tsar/modules/vci_io_bridge")
    1014config.addDescPath("/users/cao/meunier/src/tsar/modules/vci_iox_network")
    11 config.addDescPath("/users/cao/meunier/src/tsar/modules/vci_spiplatforms/tsar_generic_xbar/tsar_xbar_cluster")
    12 config.addDescPath("/users/cao/meunier/src/rwt/communication")
    13 config.addDescPath("/users/cao/meunier/src/rwt/lib/generic_cache_tsar")
    14 config.addDescPath("/users/cao/meunier/src/rwt/modules/vci_cc_vcache_wrapper")
    15 config.addDescPath("/users/cao/meunier/src/rwt/modules/vci_mem_cache")
    16 
     15config.addDescPath("/users/cao/meunier/src/tsar/modules/vci_spi")
     16config.addDescPath("/users/cao/meunier/src/tsar/platforms/tsar_generic_xbar/tsar_xbar_cluster")
     17config.addDescPath("/users/cao/meunier/src/wt_ideal/communication")
     18config.addDescPath("/users/cao/meunier/src/wt_ideal/lib/generic_cache_tsar")
     19config.addDescPath("/users/cao/meunier/src/wt_ideal/modules/vci_cc_vcache_wrapper")
     20config.addDescPath("/users/cao/meunier/src/wt_ideal/modules/vci_mem_cache")
Note: See TracChangeset for help on using the changeset viewer.