| Last change
                  on this file since 875 was
                  865,
                  checked in by cfuguet, 11 years ago | 
        
          | 
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 size:
            544 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | # append compilation flags | 
|---|
| 2 | cflags = config.default.toolchain.cflags | 
|---|
| 3 | cflags.extend(['-DUSE_OPENMP=0']) | 
|---|
| 4 | #cflags.extend(['-ggdb']) | 
|---|
| 5 | config.default.toolchain.set("cflags", cflags) | 
|---|
| 6 |  | 
|---|
| 7 | # append modules' description file paths | 
|---|
| 8 | from os import environ | 
|---|
| 9 | from os.path import join | 
|---|
| 10 | tsarpath = environ['TSARPATH'] | 
|---|
| 11 | config.addDescPath(join(tsarpath, "trunk/lib")) | 
|---|
| 12 | config.addDescPath(join(tsarpath, "trunk/modules")) | 
|---|
| 13 | config.addDescPath(join(tsarpath, "branches/reconfiguration/communication")) | 
|---|
| 14 | config.addDescPath(join(tsarpath, "branches/reconfiguration/modules")) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.