Ignore:
Timestamp:
Mar 14, 2013, 10:59:55 AM (11 years ago)
Author:
joannou
Message:

removed unusefull flipflop r_*cache_cc_fifo_done + syntax correction (added an
"=" sign) in declaration of the arrau of string of state names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v5/modules/vci_cc_vcache_wrapper_dspin_coherence/caba/source/include/vci_cc_vcache_wrapper.h

    r315 r323  
    376376    sc_signal<size_t>       r_icache_cc_word;               // word counter for cc update
    377377    sc_signal<bool>         r_icache_cc_need_write;     // activate the cache for writing
    378     sc_signal<bool>         r_icache_cc_fifo_done;      // tels when fifo is all poped
    379378
    380379    // icache flush handling
     
    450449    sc_signal<size_t>       r_dcache_cc_word;               // word counter for cc update
    451450    sc_signal<bool>         r_dcache_cc_need_write;     // activate the cache for writing
    452     sc_signal<bool>         r_dcache_cc_fifo_done;      // tels when fifo is all poped
    453451
    454452    // dcache flush handling
Note: See TracChangeset for help on using the changeset viewer.