Changes between Version 11 and Version 12 of Writing Rules/Caba


Ignore:
Timestamp:
Mar 27, 2007, 10:08:45 PM (17 years ago)
Author:
Nicolas Pouillon
Comment:

Alignement, syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Caba

    v11 v12  
    8080
    8181}}
    82 
    8382}}}
    8483
     
    110109size_t              m_size;           // size (bytes)
    111110IntTab              m_target_index;   // VCI target index
    112 bool                m_cacheability;   // cacheable attribut
     111bool                m_cacheability;   // cacheable
    113112}}}
    114113
     
    121120 * All internal register names should be prefixed with `r_`
    122121 * All member variables should be prefixed with `m_`
     122
     123These rules can help understanding variables semantics or
     124having a [wiki:EditorUtils/EmacsHighlight better syntax highlight].
    123125
    124126= Component ressources =
     
    266268    sc_signal<typename vci_param::pktid_t> r_buf_pktid;
    267269    sc_signal<typename vci_param::eop_t>   r_buf_eop;
    268     sc_signal<bool>                                      r_buf_value;
     270    sc_signal<bool>                        r_buf_value;
    269271
    270272    // Pointer on the table of locks (allocated in the constructor)