Ignore:
Timestamp:
Oct 27, 2014, 12:29:15 PM (9 years ago)
Author:
cfuguet
Message:

reconf: introducing the CC_TEST FSM in the vci_mem_cache

  • This FSM receives commands from the CC_RECEIVE FSM and acknowledge them through the CLEANUP and CC_SEND FSM.
  • This commit is incomplete. The communication between the CC_TEST FSM and the CLEANUP and CC_SEND FSMs is not completely implemented.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf

    r841 r865  
    1010tsarpath = environ['TSARPATH']
    1111config.addDescPath(join(tsarpath, "trunk/lib"))
    12 config.addDescPath(join(tsarpath, "trunk/communication"))
    1312config.addDescPath(join(tsarpath, "trunk/modules"))
     13config.addDescPath(join(tsarpath, "branches/reconfiguration/communication"))
    1414config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))
Note: See TracChangeset for help on using the changeset viewer.