Changes between Version 1 and Version 2 of Writing Rules/Caba


Ignore:
Timestamp:
Mar 26, 2007, 7:00:51 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

More links

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Caba

    v1 v2  
    3434For the initiators, the index corresponds to the VCI SRCID value.
    3535
    36 This index can be a simple scalar index, in case of a « flat » interconnect, or it can be a composite index in case a hierarchical two level interconnect where each component is identified by two indexes : (cluster_index, local_index).
     36This index can be a simple scalar index, in case of a ''flat'' interconnect, or it can be a composite index in case a hierarchical two level interconnect where each component is identified by two indexes : (cluster_index, local_index).
    3737
    3838== VCI Interface ==
     
    4545The advanced VCI signals are defined in [source:trunk/soclib/systemc/include/caba/interface/vci_signals.h caba/interface/vci_signals.h].
    4646
    47 As several VCI signals can have variable widths , all VCI components must be defined with templates. The caba/interface/vci_param.h file contains the definition of the VCI parameters object. This object must be passed as a template parameter to the component.
     47As several VCI signals can have variable widths , all VCI components must be defined with templates. The [source:trunk/soclib/systemc/include/caba/interface/vci_param.h caba/interface/vci_param.h] file contains the definition of the VCI parameters object. This object must be passed as a template parameter to the component.
    4848
    4949== Address space segmentation ==