source: branches/reconfiguration/modules/dspin_router/caba/test/recovery_bcast_evaluation/soclib.conf

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