source: branches/reconfiguration/modules/vci_mem_cache/caba/test/memcache_cc_test/soclib.conf @ 872

Last change on this file since 872 was 872, checked in by cfuguet, 9 years ago

reconf: adding test platform for the vci_mem_cache test mechanisms

  • The goal is to test the recently introduced test mechanisms of the coherence network in the VciMemCache?.
File size: 492 bytes
Line 
1# append compilation flags
2cflags = config.default.toolchain.cflags
3cflags.extend(['-DUSE_OPENMP=0'])
4#cflags.extend(['-ggdb'])
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, "branches/reconfiguration/communication"))
13config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))
Note: See TracBrowser for help on using the repository browser.