source: trunk/platforms/linux_monocluster/soclib.conf

Last change on this file was 667, checked in by porquet, 10 years ago

add a new platform, known for running Linux properly

This platform is quite configurable:

  • number of cpus
  • optional framebuffer
  • optional blockdevice

This platform is also quite fast, thanks to the use of VciLocalCrossbar?
instead of DspinLocalCrossbar? (about 30% faster on Linux simulation).

File size: 150 bytes
Line 
1#config.default.toolchain.set("cflags", config.default.toolchain.cflags + ['-ggdb'])
2
3import os
4config.addDescPath(os.environ['TSARDIR'] + "/trunk")
5
Note: See TracBrowser for help on using the repository browser.