??? ???? ???? Register
|
Cart
|
Login

Open Source

GDB


GDB is the popular GNU debugger. We have extended the GDB debugger to work on multi-core systems and with processors that have resources other than registers and memory (in our case channel resources).

LLVM


The LLVM project provides an open source compiler for C and other languages. At present we have ported the back-end code generator to our architecture. We intend to work with the LLVM community and add analysis for multi-core code generation to the compiler.

Eclipse


Eclipse provides a state of the art IDE. We have added extensions to the Eclipse C/C++ development platform including XC language support, remote launch targets and full multi-core debug support. In future we intend to add visualisation plugins for multi-core profiling and timing analysis.