Last change
on this file since 932 was
667,
checked in by porquet, 11 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 | |
---|
3 | import os |
---|
4 | config.addDescPath(os.environ['TSARDIR'] + "/trunk") |
---|
5 | |
---|
Note: See
TracBrowser
for help on using the repository browser.