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

Last change on this file since 957 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
RevLine 
[808]1# append compilation flags
2cflags = config.default.toolchain.cflags
3#cflags.extend(['-ggdb'])
4config.default.toolchain.set("cflags", cflags)
[748]5
[808]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"))
[865]12config.addDescPath(join(tsarpath, "branches/reconfiguration/communication"))
[841]13config.addDescPath(join(tsarpath, "branches/reconfiguration/modules"))
Note: See TracBrowser for help on using the repository browser.