Ignore:
Timestamp:
Mar 19, 2015, 5:08:34 PM (9 years ago)
Author:
cfuguet
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/soclib.conf

    r906 r957  
    11# append compilation flags
    22cflags = config.default.toolchain.cflags
    3 if config.default == config.envsystemcassomp:
    4         cflags.extend(['-DUSE_OPENMP=1'])
    5 else:
    6         cflags.extend(['-DUSE_OPENMP=0'])
    73#cflags.extend(['-ggdb'])
    84config.default.toolchain.set("cflags", cflags)
Note: See TracChangeset for help on using the changeset viewer.