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

Last change on this file since 771 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
Line 
1cflags = config.default.toolchain.cflags \
2         + ['-DUSE_OPENMP=0'] \
3#        + ['-ggdb']
4
5config.default.toolchain.set(
6    "cflags", cflags
7)
8
9import os
10tsar_path = os.environ['TSARPATH']
11config.addDescPath(tsar_path + "/trunk/lib")
12config.addDescPath(tsar_path + "/trunk/communication")
13config.addDescPath(tsar_path + "/trunk/modules")
Note: See TracBrowser for help on using the repository browser.