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