source: branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf @ 991

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

Introduce a SocLib? platform implementing the FPGA mono cluster platform

  • This mono cluster platform is the one used for NetBSD and Linux on TSAR demonstrators.
  • It is based on the LETI platform but it contains an internal ROM and all the DSPIN routers have been removed.
File size: 510 bytes
Line 
1# append compilation flags
2cflags = config.default.toolchain.cflags
3#cflags.extend(['-ggdb'])
4config.default.toolchain.set("cflags", cflags)
5
6# append modules' description file paths
7from os import environ
8from os.path import join
9tsarpath = environ['TSARPATH']
10config.addDescPath(join(tsarpath, "trunk/lib"))
11config.addDescPath(join(tsarpath, "trunk/modules"))
12config.addDescPath(join(tsarpath, "branches/reconfiguration/communication"))
13config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))
Note: See TracBrowser for help on using the repository browser.