Ignore:
Timestamp:
Mar 12, 2013, 3:20:33 PM (11 years ago)
Author:
cfuguet
Message:

Erasing useless template parameters for the communication/dspin_dhccp_param class.

Modifying consequently the vci_mem_cache_dspin_coherence class to use the
dspin_dhccp_param class without templates.

Introducing in the vci_mem_cache and the vci_mem_cache_dspin_coherence modules
the state CAS_DIR_HIT_COMPARE.

Before this modification, the comparison between the expected data and the actual
data was done directly in the CAS_DIR_HIT_READ state using the data obtained in the
same cycle from the cache.

Now, the data obtained from the cache is stored in a buffer and the next cycle,
in the CAS_DIR_HIT_COMPARE state, the comparison is made using the data from the
buffer.

This modifications allows to eliminate a critical path obtained in the ASIC
synthesis of the memory cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/communication/dspin_dhccp_param/caba/metadata/dspin_dhccp_param.sd

    r307 r313  
    11Module('caba:dspin_dhccp_param',
    22           classname = 'soclib::caba::DspinDhccpParam',
    3            tmpl_parameters = [
    4                 parameter.Int('from_mc_flit_width_t'),
    5                 parameter.Int('from_l1_flit_width_t'),
    6                 ],
    73           header_files = ['../source/include/dspin_dhccp_param.h',]
    84)
Note: See TracChangeset for help on using the changeset viewer.