Last change
on this file since 774 was
748,
checked in by cfuguet, 10 years ago
|
reconfiguration: tsar_generic_iob distributed boot
- Introducing optional distributed boot in the tsar_generic_iob
platform.
- To support this, a distributed boot ROM is instantiated in each
cluster.
- Physical address extension register for instructions and data
of L1 caches is initialized with local cluster index when
distributed boot is activated.
|
File size:
345 bytes
|
Rev | Line | |
---|
[748] | 1 | cflags = config.default.toolchain.cflags \ |
---|
| 2 | + ['-DUSE_OPENMP=0'] \ |
---|
| 3 | # + ['-ggdb'] |
---|
| 4 | |
---|
| 5 | config.default.toolchain.set( |
---|
| 6 | "cflags", cflags |
---|
| 7 | ) |
---|
| 8 | |
---|
| 9 | import os |
---|
| 10 | tsar_path = os.environ['TSARPATH'] |
---|
| 11 | config.addDescPath(tsar_path + "/trunk/lib") |
---|
| 12 | config.addDescPath(tsar_path + "/trunk/communication") |
---|
| 13 | config.addDescPath(tsar_path + "/trunk/modules") |
---|
Note: See
TracBrowser
for help on using the repository browser.