Changeset 277


Ignore:
Timestamp:
Nov 30, 2012, 1:20:11 PM (11 years ago)
Author:
cfuguet
Message:

Fixing bug in the alloc dir FSM. The READ FSM release the lock
on the directory one cycle too soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_mem_cache_v4/caba/source/src/vci_mem_cache_v4.cpp

    r273 r277  
    56985698             ( r_read_fsm.read()       != READ_HEAP_REQ   ))
    56995699            ||
    5700             (( r_read_fsm.read()       == READ_HEAP_REQ   )   &&
    5701              ( r_alloc_heap_fsm.read() == ALLOC_HEAP_READ ))
    5702             ||
    57035700            (( r_read_fsm.read()       == READ_TRT_LOCK   )   &&
    57045701             ( r_alloc_trt_fsm.read()  == ALLOC_TRT_READ  )))
Note: See TracChangeset for help on using the changeset viewer.