| Last change
                  on this file was
                  1016,
                  checked in by cfuguet, 10 years ago | 
        
          | 
reconf: dspin_router
 improve the code readability of the dspin_router model.
 update the unitary tests of the dspin_router to support the local
gateway hardware barrier, and the memory cache scratchpad mode.
 | 
        | File size:
            542 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | # append compilation flags | 
|---|
| 2 | cflags = config.default.toolchain.cflags | 
|---|
| 3 | # cflags.extend(['-ggdb']) | 
|---|
| 4 | # cflags.extend(['-DUNICAST']) | 
|---|
| 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.